]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit04c63498b6d4ea445cd2cb02599467b48687244b
tree36aed8be398c82a5cee4a247f41eb5d095c71d89
parentc88c696c59f5775d8781d632f7d10823563027eb
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