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

Fix ->d_lock locking order in unlazy_walk()



Make sure that child is still a child of parent before nested locking
of child->d_lock in unlazy_walk(); otherwise we are risking a violation
of locking order and deadlocks.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 258e43fd
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