From: Krzysztof Piotr Oledzki Date: Wed, 6 Aug 2008 09:35:44 +0000 (-0700) Subject: netfilter: fix two recent sysctl problems X-Git-Tag: v2.6.27-rc3~69^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9714be7da8b32f36d2468fe08ff603b6402df8cf;p=pandora-kernel.git netfilter: fix two recent sysctl problems Starting with 9043476f726802f4b00c96d0c4f418dde48d1304 ("[PATCH] sanitize proc_sysctl") we have two netfilter releated problems: - WARNING: at kernel/sysctl.c:1966 unregister_sysctl_table+0xcc/0x103(), caused by wrong order of ini/fini calls - net.netfilter is duplicated and has truncated set of records Thanks to very useful guidelines from Al Viro, this patch fixes both of them. Signed-off-by: Krzysztof Piotr Oledzki Acked-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed