commit | bd54dce0796522b669f5be45b96e02fa94738de9 | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Wed Mar 07 12:40:09 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 08 12:36:44 2018 -0500 |
tree | ad63756573090913e096316ab4063d1b266b4da5 | |
parent | 74f26bbf505a8e1bb9a6ad9726d5bbe625607783 [diff] |
net: Convert nfnl_queue_net_ops These pernet_operations register and unregister net::nf::queue_handler and /proc entry. The handler is accessed only under RCU, so this looks safe to convert them. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>