commit | e2361cb90a0327bdab34d01d1a7b9dbd67c31e60 | [log] [tgz] |
---|---|---|
author | Aaron Conole <aconole@bytheb.org> | Wed Sep 21 11:35:04 2016 -0400 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Sep 24 21:29:53 2016 +0200 |
tree | d7f8b55fd607e5cb1c0018fa8f1f79d6038d17b3 | |
parent | 2c1e2703ff812ccaa42a4bc8a25803955e342b85 [diff] |
netfilter: Remove explicit rcu_read_lock in nf_hook_slow All of the callers of nf_hook_slow already hold the rcu_read_lock, so this cleanup removes the recursive call. This is just a cleanup, as the locking code gracefully handles this situation. Signed-off-by: Aaron Conole <aconole@bytheb.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>