Re: [PATCH net-2.6.25 1/6][CORE] Remove unneeded ifdefs from sysctl_net_core.c

2007-12-03 Thread Eric W. Biederman
Pavel Emelyanov <[EMAIL PROTECTED]> writes: > Eric W. Biederman wrote: >> Pavel Emelyanov <[EMAIL PROTECTED]> writes: >> >>> They include the whole file, but it is already compiled >>> out when SYSCTL=n, since it is obj-$(CONFIG_SYSCTL) target >>> in the Makefile. >> >> Pavel thanks for sending

Re: [PATCH net-2.6.25 1/6][CORE] Remove unneeded ifdefs from sysctl_net_core.c

2007-12-03 Thread Pavel Emelyanov
Eric W. Biederman wrote: > Pavel Emelyanov <[EMAIL PROTECTED]> writes: > >> They include the whole file, but it is already compiled >> out when SYSCTL=n, since it is obj-$(CONFIG_SYSCTL) target >> in the Makefile. > > Pavel thanks for sending these patches. Might I ask > for some level of acknow

Re: [PATCH net-2.6.25 1/6][CORE] Remove unneeded ifdefs from sysctl_net_core.c

2007-12-01 Thread Eric W. Biederman
Pavel Emelyanov <[EMAIL PROTECTED]> writes: > They include the whole file, but it is already compiled > out when SYSCTL=n, since it is obj-$(CONFIG_SYSCTL) target > in the Makefile. Pavel thanks for sending these patches. Might I ask for some level of acknowledgement when you rework one of my pa

[PATCH net-2.6.25 1/6][CORE] Remove unneeded ifdefs from sysctl_net_core.c

2007-12-01 Thread Pavel Emelyanov
They include the whole file, but it is already compiled out when SYSCTL=n, since it is obj-$(CONFIG_SYSCTL) target in the Makefile. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c index 113cc72..277c8fa 100644 --- a/net/