From: Pablo Neira Ayuso Date: Tue, 2 Jun 2009 18:08:38 +0000 (+0200) Subject: netfilter: conntrack: don't report events on module removal X-Git-Tag: v2.6.31-rc1~330^2~32^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=274d383b9c1906847a64bbb267b0183599ce86a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed