commit | b916f7d4b7b4b427ad9a9486de3da41a16b24d67 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@sw.ru> | Thu Mar 20 15:15:43 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Mon Apr 14 09:56:01 2008 +0200 |
tree | 165543933f74602f21582580d595927d1a36fbb7 | |
parent | f5572855ec492334d8c3ec0e0e86c31865d5cf07 [diff] |
[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 <adobriyan@sw.ru> Signed-off-by: Patrick McHardy <kaber@trash.net>