NFS: Simplify nfs_fhget()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 Apr 2012 17:48:17 +0000 (13:48 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 1 May 2012 19:42:42 +0000 (15:42 -0400)
commit4124bbc52118e7da6f7ad41cc247fa16f4b3f051
tree9e3dde086a44b9eba347feb899bc1c96dd2d30cc
parent8d197a568fc337c66729b289c7fa0f28c14ba5ac
NFS: Simplify nfs_fhget()

If the inode is being initialised, there is no point in
setting flags such as NFS_INO_INVALID_ACCESS,
NFS_INO_INVALID_ACL or NFS_INO_INVALID_DATA since there are
no cached access calls, acls or data caches to invalidate.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c