commit | cba7b3d15071fa0deb5b6e7a1c97c29d2904e6a3 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Feb 15 15:50:49 2018 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Mar 20 17:51:11 2018 -0400 |
tree | 0aacafcabfdae5ea822e35a8bbd0b058684c5786 | |
parent | b8232d3315ec746e3b5d4c9252541567e57a509b [diff] |
nfsd: simplify nfs4_put_deleg_lease calls Every single caller gets the file out of the delegation, so let's do that once in nfs4_put_deleg_lease. Plus we'll need it there for other reasons. Signed-off-by: J. Bruce Fields <bfields@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org>