diff options
author | Paul E. McKenney <[email protected]> | 2017-06-29 12:55:21 -0700 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2017-08-17 08:08:57 -0700 |
commit | 8083f29349372d5b949dc022ae9a981edc89ac41 (patch) | |
tree | 17c9a7c7256bf37d7e55d9b12c9b4a3c2c4176f0 /net/unix/sysctl_net_unix.c | |
parent | dec13c42d21a96adc5d0d25510d0b59775dfd2ec (diff) |
exit: Replace spin_unlock_wait() with lock/unlock pair
There is no agreed-upon definition of spin_unlock_wait()'s semantics, and
it appears that all callers could do just as well with a lock/unlock pair.
This commit therefore replaces the spin_unlock_wait() call in do_exit()
with spin_lock() followed immediately by spin_unlock(). This should be
safe from a performance perspective because the lock is a per-task lock,
and this is happening only at task-exit time.
Signed-off-by: Paul E. McKenney <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Alan Stern <[email protected]>
Cc: Andrea Parri <[email protected]>
Cc: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions