]> git.baikalelectronics.ru Git - kernel.git/commit
net: Convert hashlimit_net_ops and recent_net_ops
authorKirill Tkhai <ktkhai@virtuozzo.com>
Mon, 26 Feb 2018 12:59:28 +0000 (15:59 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Feb 2018 16:01:35 +0000 (11:01 -0500)
commit0260e43270656d20a5751ff69a91e9fcbf9af685
treeadaf0ad67993d17eb95130a81bce3a07b742052b
parent7ce4018362b3afe6838a7ac84829f0fb3024e839
net: Convert hashlimit_net_ops and recent_net_ops

These pernet_operations just create and destroy /proc entries.
Also, new /proc entries also may come after new nf rules
are added, but this is not possible, when net isn't alive.
So, they are safe to be marked as async.

Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/xt_hashlimit.c
net/netfilter/xt_recent.c