mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
untangling do_lookup() - merge d_alloc_and_lookup() callers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
ec335e91a4
commit
a6ecdfcfba
@ -1188,12 +1188,12 @@ retry:
|
||||
}
|
||||
if (!d_invalidate(dentry)) {
|
||||
dput(dentry);
|
||||
dentry = d_alloc_and_lookup(parent, name, nd);
|
||||
dentry = NULL;
|
||||
}
|
||||
}
|
||||
} else if (!dentry) {
|
||||
dentry = d_alloc_and_lookup(parent, name, nd);
|
||||
}
|
||||
if (!dentry)
|
||||
dentry = d_alloc_and_lookup(parent, name, nd);
|
||||
l:
|
||||
mutex_unlock(&dir->i_mutex);
|
||||
if (IS_ERR(dentry))
|
||||
|
Loading…
Reference in New Issue
Block a user