OSDN Git Service

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)
commit4d6b80762b9384db3281f792a71746b388f395be
tree37735f6f3bb4537299475b90a6b5a925c002b2d0
parent5fc094f5b8c9b8e5012b7ccf303be3b123563a58
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