diff options
Diffstat (limited to 'fs/nfs/dir.c')
-rw-r--r-- | fs/nfs/dir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index dafc86c1c35e..f167c7a1d67b 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c | |||
@@ -1505,8 +1505,7 @@ no_open: | |||
1505 | if (IS_ERR(res)) | 1505 | if (IS_ERR(res)) |
1506 | goto out; | 1506 | goto out; |
1507 | 1507 | ||
1508 | finish_no_open(file, res); | 1508 | return finish_no_open(file, res); |
1509 | return 1; | ||
1510 | } | 1509 | } |
1511 | 1510 | ||
1512 | static int nfs4_lookup_revalidate(struct dentry *dentry, struct nameidata *nd) | 1511 | static int nfs4_lookup_revalidate(struct dentry *dentry, struct nameidata *nd) |