diff options
author | Olga Kornievskaia <kolga@netapp.com> | 2018-07-09 22:13:30 +0300 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2018-08-09 19:56:38 +0300 |
commit | 67aa7444c4beb40aafedd8d2c60bbcc54987adda (patch) | |
tree | e3306c3b336934f335295adb810141a9a5087b09 /include/linux/nfs_xdr.h | |
parent | cb95deea0b4aa5c7c7423f4e075a3ddcd59e710b (diff) | |
download | linux-67aa7444c4beb40aafedd8d2c60bbcc54987adda.tar.xz |
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>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 85e928a56cef..06ddfa31cbef 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -1391,6 +1391,7 @@ struct nfs42_copy_args { }; struct nfs42_write_res { + nfs4_stateid stateid; u64 count; struct nfs_writeverf verifier; }; |