commit | 332d1a0373be32a3a3c152756bca45ff4f4e11b5 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Mar 25 18:15:36 2021 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Apr 12 17:14:17 2021 -0400 |
tree | 6840690b50cda449b56d73efbf9bab75294ef59c | |
parent | beab450d8ea93cdf4c6cb7714bdc31a9e0f34738 [diff] |
NFS: nfs4_bitmask_adjust() must not change the server global bitmasks As currently set, the calls to nfs4_bitmask_adjust() will end up overwriting the contents of the nfs_server cache_consistency_bitmask field. The intention here should be to modify a private copy of that mask in the close/delegreturn/write arguments. Fixes: 76bd5c016ef4 ("NFSv4: make cache consistency bitmask dynamic") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>