]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 26 Mar 2021 01:07:21 +0000 (21:07 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 13 Apr 2021 00:11:44 +0000 (20:11 -0400)
commit1e0889cbfd3ef532d810b7c6e1fba3b82716c386
tree7659e4ff52383cd640fedf89f6057ade10b69788
parentf08fb67125162dc1a1d7867d3c977ffee623517c
NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity

When checking cache validity, be more specific than just 'we want to
check the page cache validity'. In almost all cases, we want to check
that change attribute, and possibly also the size.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/file.c
fs/nfs/inode.c
fs/nfs/nfs4proc.c
fs/nfs/write.c