commit | 47d63a01797be8de142beeb0090704501701eafa | [log] [tgz] |
---|---|---|
author | Kirill Tkhai <ktkhai@virtuozzo.com> | Mon Feb 26 15:59:28 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 27 11:01:35 2018 -0500 |
tree | adaf0ad67993d17eb95130a81bce3a07b742052b | |
parent | c80afa026a7f6eb01f5431760cd894526153d4a8 [diff] |
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>