commit | 38fb0afcd8761f8858e27135ed89a65117e2019c | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Apr 15 12:45:08 2009 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Apr 15 12:45:08 2009 +0200 |
tree | 201b72f3173b44e4f62945d634bf1b87d80b4ad9 | |
parent | b6f0a3652ea9d2296fdc98c3b2c96603be611c4d [diff] |
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 <m.kozlowski@tuxland.pl> Signed-off-by: Patrick McHardy <kaber@trash.net>