diff options
author | Jeff Layton <jlayton@kernel.org> | 2022-07-26 08:45:30 +0200 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2022-07-30 02:17:00 +0200 |
commit | bbf936edd543e7220f60f9cbd6933b916550396d (patch) | |
tree | 8fcfe4707b31957dc1a574c431e0bf450a57f44b /fs/nfsd/export.c | |
parent | NFSD: Move copy offload callback arguments into a separate structure (diff) | |
download | linux-bbf936edd543e7220f60f9cbd6933b916550396d.tar.xz linux-bbf936edd543e7220f60f9cbd6933b916550396d.zip |
NFSD: drop fh argument from alloc_init_deleg
Currently, we pass the fh of the opened file down through several
functions so that alloc_init_deleg can pass it to delegation_blocked.
The filehandle of the open file is available in the nfs4_file however,
so there's no need to pass it in a separate argument.
Drop the argument from alloc_init_deleg, nfs4_open_delegation and
nfs4_set_delegation.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'fs/nfsd/export.c')
0 files changed, 0 insertions, 0 deletions