You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/[email protected]
Reviewed-by: Paul E. McKenney <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Suggested-by: Paul E. McKenney <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
0 commit comments