diff options
author | Karsten Graul <[email protected]> | 2020-04-29 17:10:48 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-04-29 12:26:33 -0700 |
commit | faca536008375bece23783e7382b5d0356c13ba5 (patch) | |
tree | 69406ee8f26c28173e6956e1547aa98a86547a42 /lib/test_overflow.c | |
parent | ef79d439cd124d9fb7258bb35d44c71aec11b829 (diff) |
net/smc: use mutex instead of rwlock_t to protect buffers
The locks for sndbufs and rmbs are never used from atomic context. Using
a mutex for these locks will allow to nest locks with other mutexes.
Signed-off-by: Karsten Graul <[email protected]>
Reviewed-by: Ursula Braun <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions