diff options
author | 2018-02-19 11:50:09 +0300 | |
---|---|---|
committer | 2018-02-19 14:19:11 -0500 | |
commit | a7852a76f414f69631ed3adc4b001c633829306d (patch) | |
tree | 92367d2daa98dfc82df0939555b300bb875a84e5 /net/tipc | |
parent | net: Convert ping_v6_net_ops (diff) | |
download | wireguard-linux-a7852a76f414f69631ed3adc4b001c633829306d.tar.xz wireguard-linux-a7852a76f414f69631ed3adc4b001c633829306d.zip |
net: Convert ip6_flowlabel_net_ops
These pernet_operations create and destroy /proc entries.
ip6_fl_purge() makes almost the same actions as timer
ip6_fl_gc_timer does, and as it can be executed in parallel
with ip6_fl_purge(), two parallel ip6_fl_purge() may be
executed. So, we can mark it async.
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc')
0 files changed, 0 insertions, 0 deletions