diff options
author | Kirill Tkhai <[email protected]> | 2018-02-13 12:26:44 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-02-13 10:36:05 -0500 |
commit | 447cd7a0d7d1e5b4486e99cce289654fec9951e3 (patch) | |
tree | f4fcd20f07114c51de077795088061e70704273b /net/unix/af_unix.c | |
parent | bcab1ddd9b2b105390712a9c1605bdb20a7f9a03 (diff) |
net: Allow pernet_operations to be executed in parallel
This adds new pernet_operations::async flag to indicate operations,
which ->init(), ->exit() and ->exit_batch() methods are allowed
to be executed in parallel with the methods of any other pernet_operations.
When there are only asynchronous pernet_operations in the system,
net_mutex won't be taken for a net construction and destruction.
Also, remove BUG_ON(mutex_is_locked()) from net_assign_generic()
without replacing with the equivalent net_sem check, as there is
one more lockdep assert below.
v3: Add comment near net_mutex.
Suggested-by: Eric W. Biederman <[email protected]>
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