NFSD: Record status of async copy operation in struct nfsd4_copy
authorChuck Lever <chuck.lever@oracle.com>
Tue, 30 Apr 2024 20:05:10 +0000 (16:05 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 6 May 2024 13:07:23 +0000 (09:07 -0400)
commita8483b9ad92c9d07122efe8697f0f42f6c41d1b1
tree6d914ca2d51e82459662c56c124e76c71871c205
parentf2ad13ad08e14ed04395b5bfe2ced5cdbd69b174
NFSD: Record status of async copy operation in struct nfsd4_copy

After a client has started an asynchronous COPY operation, a
subsequent OFFLOAD_STATUS operation will need to report the status
code once that COPY operation has completed. The recorded status
record will be used by a subsequent patch.

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