netfilter: conntrack: don't report events on module removal
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 2 Jun 2009 18:08:38 +0000 (20:08 +0200)
committerpablo <pablo@1984.(none)>
Tue, 2 Jun 2009 18:08:38 +0000 (20:08 +0200)
commit274d383b9c1906847a64bbb267b0183599ce86a0
treec5a75eb38b79a05b11f25542ebad45c1c4c4410b
parent03b64f518a893512d32f07a10b053e558beafcaf
netfilter: conntrack: don't report events on module removal

During the module removal there are no possible event listeners
since ctnetlink must be removed before to allow removing
nf_conntrack. This patch removes the event reporting for the
module removal case which is not of any use in the existing code.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_conntrack.h
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_netlink.c