diff options
author | Matthew Wilcox <[email protected]> | 2018-06-07 17:10:45 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-06-07 17:34:39 -0700 |
commit | b94078e69533ba237e2c229bca61bae47e6fafcc (patch) | |
tree | 2122fc9875a583326661ca72092b1b0f325d8ffd /lib/mpi/mpih-mul.c | |
parent | ca1250bbd4e0b852cafbc94d4d2610171107b252 (diff) |
lib/idr.c: remove simple_ida_lock
Improve the scalability of the IDA by using the per-IDA xa_lock rather
than the global simple_ida_lock. IDAs are not typically used in
performance-sensitive locations, but since we have this lock anyway, we
can use it. It is also a step towards converting the IDA from the radix
tree to the XArray.
[[email protected]: idr.c needs xarray.h]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/mpi/mpih-mul.c')
0 files changed, 0 insertions, 0 deletions