[NETFILTER]: {ip,nf}_conntrack_netlink: fix expectation notifier unregistration
authorMartin Josefsson <gandalf@wlug.westbo.se>
Sat, 1 Apr 2006 10:24:48 +0000 (02:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Apr 2006 10:24:48 +0000 (02:24 -0800)
This patch fixes expectation notifier unregistration on module unload to
use ip_conntrack_expect_unregister_notifier(). This bug causes a soft
lockup at the first expectation created after a rmmod ; insmod of this
module.

Should go into -stable as well.

Signed-off-by: Martin Josefsson <gandalf@wlug.westbo.se>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found