diff options
author | 2022-10-27 16:45:19 -0400 | |
---|---|---|
committer | 2022-11-08 12:59:41 -0600 | |
commit | 92e95733307e7b6dd352c12fa174089ed51e7208 (patch) | |
tree | be0513dd02a0ea114adec2095304485c27f2bc20 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | fs: dlm: convert ls_cb_mutex mutex to spinlock (diff) | |
download | wireguard-linux-92e95733307e7b6dd352c12fa174089ed51e7208.tar.xz wireguard-linux-92e95733307e7b6dd352c12fa174089ed51e7208.zip |
fs: dlm: use spin lock instead of mutex
There is no need to use a mutex in those hot path sections. We change it
to spin lock to serve callbacks more faster by not allowing schedule.
The locked sections will not be locked for a long time.
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions