commit | 3f0b3cf46e0542ac4b4241c579b944b755d11b67 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Jun 03 13:05:21 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Jun 04 15:03:58 2018 -0400 |
tree | baa85d9d600d133ff43efb69fa6a568951b3534b | |
parent | 4ebe83af202284b5ff8c65cb12902fd5518c5c58 [diff] |
NFS: Filter cache invalidation when holding a delegation If the client holds a delegation, then ensure we filter out attempts to invalidate the size, owner, group owner, or mode unless we made the change, in which case, check that NFS_INO_REVAL_FORCED is set by the caller. Always filter out attempts to invalidate the change attribute and size, since we are authoritative for those. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>