diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-02 23:13:32 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2007-10-09 17:20:20 -0400 |
commit | 4f48af45842c6e78ab958c90344d3c940db4da15 (patch) | |
tree | 40f41baaf1931b47618034c21377a35b8ad926fe /fs/nfs/dir.c | |
parent | 9697d2342e1a480bc14921c52f185c2fe01016e7 (diff) |
NFS: Simplify filehandle revalidation
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/dir.c')
-rw-r--r-- | fs/nfs/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index d352509d7e2d..bdf4ba42abd7 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c | |||
@@ -704,6 +704,7 @@ int nfs_lookup_verify_inode(struct inode *inode, struct nameidata *nd) | |||
704 | (S_ISREG(inode->i_mode) || | 704 | (S_ISREG(inode->i_mode) || |
705 | S_ISDIR(inode->i_mode))) | 705 | S_ISDIR(inode->i_mode))) |
706 | goto out_force; | 706 | goto out_force; |
707 | return 0; | ||
707 | } | 708 | } |
708 | return nfs_revalidate_inode(server, inode); | 709 | return nfs_revalidate_inode(server, inode); |
709 | out_force: | 710 | out_force: |