]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7796f61e454c3ae1deb84463f1404fbbc87ecd29
tree9e3dde086a44b9eba347feb899bc1c96dd2d30cc
parent11ba76c8f3c9bb62e012a4bdfc83ad7491abed5e
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