NFS COPY xdr handle async reply

If server returns async reply, it must include a callback stateid,
wr_callback_id in the write_response4.

Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
Olga Kornievskaia 2018-07-09 15:13:30 -04:00 committed by Anna Schumaker
parent cb95deea0b
commit 67aa7444c4
2 changed files with 13 additions and 10 deletions

View file

@ -1391,6 +1391,7 @@ struct nfs42_copy_args {
};
struct nfs42_write_res {
nfs4_stateid stateid;
u64 count;
struct nfs_writeverf verifier;
};