diff options
author | 2025-04-15 23:36:58 +0800 | |
---|---|---|
committer | 2025-04-25 16:01:56 +0200 | |
commit | cec59c440a05c241846e8fe9d2575a2dafb56fd9 (patch) | |
tree | a7216443f4c042074eac1b9fc98b3141b02a2c06 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | driver core: auxiliary bus: Fix IS_ERR() vs NULL mixup in __devm_auxiliary_device_create() (diff) | |
download | linux-rng-cec59c440a05c241846e8fe9d2575a2dafb56fd9.tar.xz linux-rng-cec59c440a05c241846e8fe9d2575a2dafb56fd9.zip |
kernfs: switch global kernfs_idr_lock to per-fs lock
The kernfs implementation has big lock granularity(kernfs_idr_lock) so
every kernfs-based(e.g., sysfs, cgroup) fs are able to compete the lock.
This patch switches the global kernfs_idr_lock to per-fs lock, which
put the spinlock into kernfs_root.
Signed-off-by: Jinliang Zheng <alexjlzheng@tencent.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20250415153659.14950-2-alexjlzheng@tencent.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions