summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2026-02-16 14:32:02 +0100
committerChristian Brauner <brauner@kernel.org>2026-03-02 11:06:42 +0100
commit25ab7b6f34c74ea555b4489b57f7219612991433 (patch)
treedda25b1cf22aa7916b55128f71700970b7315c77 /scripts/stackusage
parent50704c391fbf11cf52faa27d46c3bb59da33a191 (diff)
xattr: remove rbtree-based simple_xattr infrastructure
Now that all consumers (shmem, kernfs, pidfs) have been converted to use the rhashtable-based simple_xattrs with pointer-based lazy allocation, remove the legacy rbtree code path. The rhashtable implementation provides O(1) average-case lookup with RCU-based lockless reads, replacing the O(log n) rbtree with reader-writer spinlock contention. Link: https://patch.msgid.link/20260216-work-xattr-socket-v1-6-c2efa4f74cb7@kernel.org Acked-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions