From: Pavel Emelyanov Date: Wed, 5 Dec 2007 09:38:23 +0000 (-0800) Subject: [IPV4]: Cleanup the sysctl_net_ipv4.c file X-Git-Tag: v2.6.25-rc1~1162^2~1218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba639797606acbcd97be886f41fbce163914e7b;p=pandora-kernel.git [IPV4]: Cleanup the sysctl_net_ipv4.c file This includes several cleanups: * tune Makefile to compile out this file when SYSCTL=n. Now it looks like net/core/sysctl_net_core.c one; * move the ipv4_config to af_inet.c to exist all the time; * remove additional sysctl_ip_nonlocal_bind declaration (it is already declared in net/ip.h); * remove no nonger needed ifdefs from this file. This is a preparation for using ctl paths for net/ipv4/ sysctl table. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed