netfilter: nf_conntrack: fix crash when unloading helpers
authorPatrick McHardy <kaber@trash.net>
Wed, 15 Apr 2009 10:45:08 +0000 (12:45 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 15 Apr 2009 10:45:08 +0000 (12:45 +0200)
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 <m.kozlowski@tuxland.pl>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found