• A
    deal with deadlock in d_walk() · ca5358ef
    Al Viro 提交于
    ... 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: NAl Viro <viro@zeniv.linux.org.uk>
    ca5358ef
dcache.c 87.9 KB