On Sun, 2015-09-06 at 16:16 +0100, Nick Warne wrote:
On 06/09/15 15:52, Joe Perches wrote:
> On Sun, 2015-09-06 at 15:13 +0100, Nick Warne wrote:
>> gcc version 4.8.2 (GCC) warns that 'static int one = 1;' is declared but
>> not used in file net/core/sysctl_net_core.c.
>
> Only when CONFIG_NET isn't set.
CONFIG_NET=y
Peculiar indeed.
>> Reading the file, that is
>> the case. Attached is a patch to remove it.
>
> $ git grep -w -n one net/core/sysctl_net_core.c
> net/core/sysctl_net_core.c:26:static int one = 1;
> net/core/sysctl_net_core.c:332: .extra2 = &one
>
>> Signed-off-by: Nick Warne <nick@xxxxxxxxxxx>
>
> Please use grep to augment reading.
grep -w -n one net/core/sysctl_net_core.c
26:static int one = 1;
?
I just don't have the &one.
I am confused now.
What source tree are you using?
What changes in what branch exist?
btw: please use scripts/get_maintainer.pl to better
determine who should be cc'd on your patches.
you left out netdev.