forked from luck/tmp_suning_uos_patched
jfs_ci_revalidate() is safe from RCU mode
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
407938e79e
commit
5c0f360b08
|
@ -1597,8 +1597,6 @@ static int jfs_ci_compare(const struct dentry *parent,
|
|||
|
||||
static int jfs_ci_revalidate(struct dentry *dentry, struct nameidata *nd)
|
||||
{
|
||||
if (nd && nd->flags & LOOKUP_RCU)
|
||||
return -ECHILD;
|
||||
/*
|
||||
* This is not negative dentry. Always valid.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user