Commit 472f761e authored by Trond Myklebust's avatar Trond Myklebust Committed by Trond Myklebust

NFS: Ensure we revalidate the inode correctly after setacl

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 59a707b0
......@@ -5391,7 +5391,8 @@ static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t bufl
*/
spin_lock(&inode->i_lock);
NFS_I(inode)->cache_validity |= NFS_INO_INVALID_CHANGE
| NFS_INO_INVALID_CTIME;
| NFS_INO_INVALID_CTIME
| NFS_INO_REVAL_FORCED;
spin_unlock(&inode->i_lock);
nfs_access_zap_cache(inode);
nfs_zap_acl_cache(inode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment