commit | 4b3d15ef4a88683d93d1b76351297d2298a02a99 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Dec 05 01:27:02 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:15 2008 -0800 |
tree | ec8b02db4089a03e179a48190ded490ddc082004 | |
parent | 02f014d88831f73b895c1fe09badb66c88e932d3 [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>