]> www.infradead.org Git - users/dwmw2/linux.git/commit
NFSD: Refactor nfsd4_do_copy()
authorChuck Lever <chuck.lever@oracle.com>
Wed, 27 Jul 2022 18:40:59 +0000 (14:40 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Apr 2024 14:19:13 +0000 (16:19 +0200)
commit9cecf4772e8c43c033b443db1fbeec7ced82dcee
treedf9e5ff876aada16be59fcdd34111325f8ed286d
parenta48454785bc9d311a14812f5f14e2d429aea9870
NFSD: Refactor nfsd4_do_copy()

[ Upstream commit 3b7bf5933cada732783554edf0dc61283551c6cf ]

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