[NETFILTER]: nf_queue: remove unnecessary hook existance check
authorPatrick McHardy <kaber@trash.net>
Wed, 5 Dec 2007 09:23:41 +0000 (01:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:08 +0000 (14:56 -0800)
We hold a module reference for each queued packet, so the hook that
queued the packet can't disappear. Also remove an obsolete  comment
stating the opposite.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found