Fix rcu list poisoning - since another CPU may be traversing the list
as we delete the entry, we can only poison the back pointer, not the traversal pointer (rcu traversal only ever walks forward). Make __d_drop() take this into account.
Showing
Please register or sign in to comment