diff options
author | Kirill Tkhai <ktkhai@virtuozzo.com> | 2018-02-19 11:50:37 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-19 14:19:11 -0500 |
commit | 5fc094f5b8c9b8e5012b7ccf303be3b123563a58 (patch) | |
tree | 8ec9f2edddea729aae4b5d9cffa729c5a877c378 /lib/xxhash.c | |
parent | d16784d9fb2a91e96374df7cb689f52cef55371b (diff) | |
download | linux-5fc094f5b8c9b8e5012b7ccf303be3b123563a58.tar.bz2 |
net: Convert ip6_frags_ops
Exit methods calls inet_frags_exit_net() with global ip6_frags
as argument. So, after we make the pernet_operations async,
a pair of exit methods may be called to iterate this hash table.
Since there is inet_frag_worker(), which already may work
in parallel with inet_frags_exit_net(), and it can make the same
cleanup, that inet_frags_exit_net() does, it's safe. So we may
mark these pernet_operations as async.
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/xxhash.c')
0 files changed, 0 insertions, 0 deletions