commit | 4f48af45842c6e78ab958c90344d3c940db4da15 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 02 23:13:32 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 09 17:20:20 2007 -0400 |
tree | 40f41baaf1931b47618034c21377a35b8ad926fe | |
parent | 9697d2342e1a480bc14921c52f185c2fe01016e7 [diff] |
NFS: Simplify filehandle revalidation Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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 @@ (S_ISREG(inode->i_mode) || S_ISDIR(inode->i_mode))) goto out_force; + return 0; } return nfs_revalidate_inode(server, inode); out_force: