aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorKirill Tkhai <[email protected]>2018-02-13 12:28:33 +0300
committerDavid S. Miller <[email protected]>2018-02-13 10:36:07 -0500
commit15898a011b3d0390869f31167c4403835bc04954 (patch)
tree3efddc40ff398c5c6b16a77bef5f42d7fb3c8245 /net/unix/af_unix.c
parent906f63ec1d1b4941d36eee18121e68749c9e3279 (diff)
net: Convert uevent_net_ops
uevent_net_init() and uevent_net_exit() create and destroy netlink socket, and these actions serialized in netlink code. Parallel execution with other pernet_operations makes the socket disappear earlier from uevent_sock_list on ->exit. As userspace can't be interested in broadcast messages of dying net, and, as I see, no one in kernel listen them, we may safely make uevent_net_ops async. Signed-off-by: Kirill Tkhai <[email protected]> Acked-by: Andrei Vagin <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions