NFSD: Refactor nfsd4_do_copy()
authorChuck Lever <chuck.lever@oracle.com>
Wed, 27 Jul 2022 18:40:59 +0000 (14:40 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Sat, 30 Jul 2022 00:16:59 +0000 (20:16 -0400)
commit3b7bf5933cada732783554edf0dc61283551c6cf
treecc287b227cfdf05a47fd8ee418371e3481b347e9
parent478ed7b10d875da2743d1a22822b9f8a82df8f12
NFSD: Refactor nfsd4_do_copy()

Refactor: Now that nfsd4_do_copy() no longer calls the cleanup
helpers, plumb the use of struct file pointers all the way down to
_nfsd_copy_file_range().

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4proc.c