Browse Source

jfs_ci_revalidate() is safe from RCU mode

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro 14 years ago
parent
commit
5c0f360b08
1 changed files with 0 additions and 2 deletions
  1. 0 2
      fs/jfs/namei.c

+ 0 - 2
fs/jfs/namei.c

@@ -1597,8 +1597,6 @@ out:
 
 
 static int jfs_ci_revalidate(struct dentry *dentry, struct nameidata *nd)
 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.
 	 * This is not negative dentry. Always valid.
 	 *
 	 *