diff options
author | 2024-12-13 00:03:43 +0100 | |
---|---|---|
committer | 2025-01-09 16:58:52 +0100 | |
commit | 67d676bb135cd4de9647616e73cfd059ef57c9a6 (patch) | |
tree | 872458a34af5ace9a37e4a2276f91c7811600ca8 /scripts/generate_rust_analyzer.py | |
parent | fs: lockless mntns rbtree lookup (diff) | |
download | wireguard-linux-67d676bb135cd4de9647616e73cfd059ef57c9a6.tar.xz wireguard-linux-67d676bb135cd4de9647616e73cfd059ef57c9a6.zip |
rculist: add list_bidir_{del,prev}_rcu()
Currently there is no primitive for retrieving the previous list member.
To do this we need a new deletion primitive that doesn't poison the prev
pointer and a corresponding retrieval helper. Note that it is not valid
to ues both list_del_rcu() and list_bidir_del_rcu() on the same list.
Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-4-6e3cdaf9b280@kernel.org
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Suggested-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions