From: Patrick McHardy Date: Wed, 15 Apr 2009 10:45:08 +0000 (+0200) Subject: netfilter: nf_conntrack: fix crash when unloading helpers X-Git-Tag: v2.6.30-rc4~68^2~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38fb0afcd8761f8858e27135ed89a65117e2019c;p=pandora-kernel.git netfilter: nf_conntrack: fix crash when unloading helpers Commit ea781f197d (netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and) get rid of call_rcu() was missing one conversion to the hlist_nulls functions, causing a crash when unloading conntrack helper modules. Reported-and-tested-by: Mariusz Kozlowski Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed