commit | 653e514e9ebcb1d6ab71c2c8bb28a3b65ffbfe15 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Thu Feb 15 22:08:45 2018 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Mar 20 17:51:11 2018 -0400 |
tree | 579fe0f28cd593e4ef91bbbd44e785243f0eb121 | |
parent | cba7b3d15071fa0deb5b6e7a1c97c29d2904e6a3 [diff] |
nfsd4: set fl_owner to delegation, not file pointer For now this makes no difference, as for files having delegations, there's a one-to-one relationship between an nfs4_file and its nfs4_delegation. Signed-off-by: J. Bruce Fields <bfields@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org>