Skip to content
Commit 993e2d4b authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: Don't modify the change attribute cached in the inode



When the client is caching data and a write delegation is held, then the
server may send a CB_GETATTR to query the attributes. When this happens,
the client is supposed to bump the change attribute value that it
returns if it holds cached data.
However that process uses a value that is stored in the delegation. We
do not want to bump the change attribute held in the inode.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 57a789a1
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