commit | 2ffbceb2b08f8ca0496c54a9ebcd11d25275954e | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Oct 13 14:33:26 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Oct 16 18:21:39 2015 +0200 |
tree | f4da28636d8583f4817b4e374c8e78eba2b822b5 | |
parent | 8cbc870829ecd8f1062f2a756683c80e2d1eae7f [diff] |
netfilter: remove hook owner refcounting since commit 8405a8fff3f8 ("netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook") all pending queued entries are discarded. So we can simply remove all of the owner handling -- when module is removed it also needs to unregister all its hooks. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>