From: Patrick McHardy Date: Wed, 5 Dec 2007 09:27:02 +0000 (-0800) Subject: [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict X-Git-Tag: v2.6.25-rc1~1162^2~1235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b3d15ef4a88683d93d1b76351297d2298a02a99;p=pandora-kernel.git [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict Now that issue_verdict doesn't need to free the queue entries anymore, all it does is disable local BHs and call nf_reinject. Move the BH disabling to the okfn invocation in nf_reinject and kill the issue_verdict functions. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed