NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)
authorChuck Lever <chuck.lever@oracle.com>
Wed, 27 Jul 2022 18:40:53 +0000 (14:40 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Sat, 30 Jul 2022 00:16:59 +0000 (20:16 -0400)
commit478ed7b10d875da2743d1a22822b9f8a82df8f12
tree16b24c2ddd6cf7793ee38630a6755d5d944bb372
parent24d796ea383b8a4c8234e06d1b14bbcd371192ea
NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2)

Move the nfsd4_cleanup_*() call sites out of nfsd4_do_copy(). A
subsequent patch will modify one of the new call sites to avoid
the need to manufacture the phony struct nfsd_file.

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