]> git.baikalelectronics.ru Git - kernel.git/commit
net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops
authorKirill Tkhai <ktkhai@virtuozzo.com>
Mon, 19 Feb 2018 08:50:45 +0000 (11:50 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Feb 2018 19:19:12 +0000 (14:19 -0500)
commit5af82132b112b115b144ae8b9e523d242c04073a
tree37735f6f3bb4537299475b90a6b5a925c002b2d0
parentbfa8f8f2c9c94811ba534859b8745e863a62801a
net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops

ip_tables_net_ops and udplite6_net_ops create and destroy /proc entries.
xt_net_ops does nothing.

So, we are able to mark them async.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_tables.c
net/ipv6/udplite.c
net/netfilter/x_tables.c