From: Patrick McHardy Date: Mon, 5 Dec 2005 21:37:33 +0000 (-0800) Subject: [NETFILTER]: Fix unbalanced read_unlock_bh in ctnetlink X-Git-Tag: v2.6.15-rc6~145^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266c8543480e2202ab63d1d604a5ca049f350cd8;p=pandora-kernel.git [NETFILTER]: Fix unbalanced read_unlock_bh in ctnetlink NFA_NEST calls NFA_PUT which jumps to nfattr_failure if the skb has no room left. We call read_unlock_bh at nfattr_failure for the NFA_PUT inside the locked section, so move NFA_NEST inside the locked section too. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed