]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Simplify cache consistency in nfs_check_inode_attributes()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 25 Mar 2021 22:13:36 +0000 (18:13 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 13 Apr 2021 14:04:02 +0000 (10:04 -0400)
commita7887f8d63303bc64d5db2726ad51b6d4d8115b2
tree36aed8be398c82a5cee4a247f41eb5d095c71d89
parent0da3a9d7eb2280361cc3fad617cbeb1bbe74e3c7
NFS: Simplify cache consistency in nfs_check_inode_attributes()

We should not be invalidating the access or acl caches in
nfs_check_inode_attributes(), since the point is we're unsure about
whether the contents of the struct nfs_fattr are fully up to date.

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