diff options
Diffstat (limited to 'fs/jfs/namei.c')
-rw-r--r-- | fs/jfs/namei.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/jfs/namei.c b/fs/jfs/namei.c index a151cbdec626..4414e3a42264 100644 --- a/fs/jfs/namei.c +++ b/fs/jfs/namei.c | |||
@@ -1608,6 +1608,8 @@ out: | |||
1608 | 1608 | ||
1609 | static int jfs_ci_revalidate(struct dentry *dentry, struct nameidata *nd) | 1609 | static int jfs_ci_revalidate(struct dentry *dentry, struct nameidata *nd) |
1610 | { | 1610 | { |
1611 | if (nd->flags & LOOKUP_RCU) | ||
1612 | return -ECHILD; | ||
1611 | /* | 1613 | /* |
1612 | * This is not negative dentry. Always valid. | 1614 | * This is not negative dentry. Always valid. |
1613 | * | 1615 | * |