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 | |
parent | 9697d2342e1a480bc14921c52f185c2fe01016e7 (diff) | |
download | op-kernel-dev-4f48af45842c6e78ab958c90344d3c940db4da15.zip op-kernel-dev-4f48af45842c6e78ab958c90344d3c940db4da15.tar.gz |
NFS: Simplify filehandle revalidation
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs')
-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 d352509..bdf4ba4 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) (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode))) goto out_force; + return 0; } return nfs_revalidate_inode(server, inode); out_force: |