commit | 8b199e58d49beaae33eaf11b68b7183eb28f1681 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@kernel.org> | Thu Jul 05 05:48:14 2018 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Jul 30 13:19:40 2018 -0400 |
tree | 853347c9745ebdc14f43c4453ccbc4e087aa6a81 | |
parent | 01a368441ff1c93a16fc69e147c5787da7798d38 [diff] |
nfs: initiate returning delegation when reclaiming one that's been recalled When reclaiming a delegation via CLAIM_PREVIOUS open, the server can indicate that the delegation has been recalled since it was issued by setting the "recalled" flag in the delegation. Ensure that we respect the flag by initiating a delegation return when it is set. Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>