diff options
author | Christian Brauner <brauner@kernel.org> | 2024-12-13 02:03:44 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-01-09 18:58:52 +0300 |
commit | 4368898b271ad4ea3b6ae64f5cd16486a6d65430 (patch) | |
tree | 341031d0e6be4cba439efc4dd9928095943bc4f2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 67d676bb135cd4de9647616e73cfd059ef57c9a6 (diff) | |
download | linux-4368898b271ad4ea3b6ae64f5cd16486a6d65430.tar.xz |
fs: lockless mntns lookup for nsfs
We already made the rbtree lookup lockless for the simple lookup case.
However, walking the list of mount namespaces via nsfs still happens
with taking the read lock blocking concurrent additions of new mount
namespaces pointlessly. Plus, such additions are rare anyway so allow
lockless lookup of the previous and next mount namespace by keeping a
separate list. This also allows to make some things simpler in the code.
Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-5-6e3cdaf9b280@kernel.org
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions