Skip to content
Commit 359d7d1c authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE



We're already invalidating the data cache, and setting the new change
attribute. Since directories don't care about the i_size field, there
is no need to be forcing any extra revalidation of the page cache.

We do keep the NFS_INO_INVALID_ATTR flag, in order to force an
attribute cache revalidation on stat() calls since we do not
update the mtime and ctime fields.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent f2c1b510
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