From: Pablo Neira Ayuso Date: Tue, 6 Mar 2012 01:22:51 +0000 (+0000) Subject: netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload X-Git-Tag: v3.3-rc7~21^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8be619d1e430fd87a02587a2a6830b692cb91b84;p=pandora-kernel.git netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload Since 7d367e0, ctnetlink_new_conntrack is called without holding the nf_conntrack_lock spinlock. Thus, ctnetlink_parse_nat_setup does not require to release that spinlock anymore in the NAT module autoload case. Signed-off-by: Pablo Neira Ayuso Signed-off-by: David S. Miller --- Reading git-diff-tree failed