From: Alexey Dobriyan Date: Thu, 20 Mar 2008 14:15:43 +0000 (+0100) Subject: [NETFILTER]: nf_conntrack: less hairy ifdefs around proc and sysctl X-Git-Tag: v2.6.26-rc1~1138^2~89^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b916f7d4b7b4b427ad9a9486de3da41a16b24d67;p=pandora-kernel.git [NETFILTER]: nf_conntrack: less hairy ifdefs around proc and sysctl Patch splits creation of /proc/net/nf_conntrack, /proc/net/stat/nf_conntrack and net.netfilter hierarchy into their own functions with dummy ones if PROC_FS or SYSCTL is not set. Also, remove dead "ret = 0" write while I'm at it. Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed