On 10/6/15 7:02 PM, Simon Horman wrote:
lvs-devel would be better yet.
I submitted an identical patch there yesterday.
I'll pick up David's version and send it to Pablo ASAP.
Thanks, Simon. I need to remember to consult the MAINTAINERS file.
--
To unsubscribe from this list: send the line "uns
On Mon, Oct 05, 2015 at 11:35:37PM -0700, David Miller wrote:
> From: Cong Wang
> Date: Mon, 5 Oct 2015 10:53:57 -0700
>
> > On Thu, Oct 1, 2015 at 8:49 AM, David Ahern
> > wrote:
> >> Eric's net namespace changes in 1b75097dd7a26 leaves net unreferenced if
> >> CONFIG_IP_VS_IPV6 is not enabled
From: Cong Wang
Date: Mon, 5 Oct 2015 10:53:57 -0700
> On Thu, Oct 1, 2015 at 8:49 AM, David Ahern wrote:
>> Eric's net namespace changes in 1b75097dd7a26 leaves net unreferenced if
>> CONFIG_IP_VS_IPV6 is not enabled:
>>
>> ../net/netfilter/ipvs/ip_vs_core.c: In function ‘ip_vs_out’:
>> ../net/
On Thu, Oct 1, 2015 at 8:49 AM, David Ahern wrote:
> Eric's net namespace changes in 1b75097dd7a26 leaves net unreferenced if
> CONFIG_IP_VS_IPV6 is not enabled:
>
> ../net/netfilter/ipvs/ip_vs_core.c: In function ‘ip_vs_out’:
> ../net/netfilter/ipvs/ip_vs_core.c:1177:14: warning: unused variable
Eric's net namespace changes in 1b75097dd7a26 leaves net unreferenced if
CONFIG_IP_VS_IPV6 is not enabled:
../net/netfilter/ipvs/ip_vs_core.c: In function ‘ip_vs_out’:
../net/netfilter/ipvs/ip_vs_core.c:1177:14: warning: unused variable ‘net’
[-Wunused-variable]
After the net refactoring there i