diff options
author | Kirill Tkhai <ktkhai@virtuozzo.com> | 2018-02-13 12:27:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-13 10:36:05 -0500 |
commit | 3fc3b827f0c4397c74d4b8a8a06d71b903a4982f (patch) | |
tree | 6d88cc90ff2eb628dfc21ac64597818a43c030ce /net/unix/af_unix.c | |
parent | f039e184bc45227553e645fb1c7021d69a5262b4 (diff) | |
download | linux-3fc3b827f0c4397c74d4b8a8a06d71b903a4982f.tar.gz linux-3fc3b827f0c4397c74d4b8a8a06d71b903a4982f.tar.bz2 linux-3fc3b827f0c4397c74d4b8a8a06d71b903a4982f.zip |
net: Convert net_ns_ops methods
This patch starts to convert pernet_subsys, registered
from pure initcalls.
net_ns_ops::net_ns_net_init/net_ns_net_init, methods use only
ida_simple_* functions, which are not need a synchronization.
They are synchronized by idr subsystem.
So, net_ns_ops methods are able to be executed
in parallel with methods of other pernet operations.
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions