Commit 5c0f360b authored by Al Viro's avatar Al Viro
Browse files

jfs_ci_revalidate() is safe from RCU mode



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 407938e7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1597,8 +1597,6 @@ out:

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.
	 *