Skip to content
Commit ca5358ef authored by Al Viro's avatar Al Viro
Browse files

deal with deadlock in d_walk()



... by not hitting rename_retry for reasons other than rename having
happened.  In other words, do _not_ restart when finding that
between unlocking the child and locking the parent the former got
into __dentry_kill().  Skip the killed siblings instead...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 946e51f2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment