commit | 5a8e9be69d163fcd3442c4ed8fbaaaf0c7f464e6 | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Wed Mar 07 12:39:33 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 08 12:36:44 2018 -0500 |
tree | 2447edf75425c8b87a55bdbf769e8241725ecc30 | |
parent | c7c5e435e44e585f84472f88b323553c794844c4 [diff] |
net: Convert nfnetlink_net_ops These pernet_operations create and destroy net::nfnl socket of NETLINK_NETFILTER code. There are no other places, where such type the socket is created, except these pernet_operations. It seem other pernet_operations depending on CONFIG_NETFILTER_NETLINK send messages to this socket. So, we mark it async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>