[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
authorPatrick McHardy <kaber@trash.net>
Wed, 5 Dec 2007 09:27:02 +0000 (01:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:15 +0000 (14:56 -0800)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found