]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 10 Mar 2010 20:21:44 +0000 (15:21 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 23:01:33 +0000 (16:01 -0700)
commit5783f0ea37c2693675709c1dcb27281f4500c6f9
tree587f6dc483cb2b1c242a6779f9633eb80e5ba888
parentae56fa68db2da81677393b9a3b777b96ac683cbb
NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()

commit b4d2314bb88b07e5a04e6c75b442a1dfcd60e340 upstream.

If the NFS_INO_REVAL_FORCED flag is set, that means that we don't yet have
an up to date attribute cache. Even if we hold a delegation, we must
put a GETATTR on the wire.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/nfs/delegation.h
fs/nfs/dir.c
fs/nfs/inode.c