diff options
author | Jon Paul Maloy <[email protected]> | 2014-03-12 11:31:07 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-03-12 15:53:49 -0400 |
commit | 978813ee89674fdb6bb6585153166b7603173cd2 (patch) | |
tree | d16551ae5c001a6899e2adca92df007e1b397914 /net/unix/af_unix.c | |
parent | 4a93f5095a628d812b0b30c16d7bacea1efd783c (diff) |
tipc: replace reference table rwlock with spinlock
The lock for protecting the reference table is declared as an
RWLOCK, although it is only used in write mode, never in read
mode.
We redefine it to become a spinlock.
Signed-off-by: Jon Maloy <[email protected]>
Reviewed-by: Ying Xue <[email protected]>
Reviewed-by: Erik Hugne <[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