aboutsummaryrefslogtreecommitdiff
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorGravatar Trond Myklebust <trond.myklebust@hammerspace.com> 2019-11-05 14:53:29 -0500
committerGravatar Trond Myklebust <trond.myklebust@hammerspace.com> 2019-11-06 08:55:23 -0500
commit807ce06c24fb1c24c3087a979b664c98eecf7b25 (patch)
tree899a64146dae68ce692e01d360aa18055601d9f7 /include/linux/nfs_xdr.h
parentSUNRPC: Avoid RPC delays when exiting suspend (diff)
parentNFS: replace cross device check in copy_file_range (diff)
downloadlinux-807ce06c24fb1c24c3087a979b664c98eecf7b25.tar.gz
linux-807ce06c24fb1c24c3087a979b664c98eecf7b25.tar.bz2
linux-807ce06c24fb1c24c3087a979b664c98eecf7b25.zip
Merge branch 'linux-ssc-for-5.5'
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 22bc6613474e..72d5695c1b47 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -1435,6 +1435,7 @@ struct nfs42_copy_args {
u64 count;
bool sync;
+ struct nl4_server *cp_src;
};
struct nfs42_write_res {
@@ -1463,6 +1464,22 @@ struct nfs42_offload_status_res {
int osr_status;
};
+struct nfs42_copy_notify_args {
+ struct nfs4_sequence_args cna_seq_args;
+
+ struct nfs_fh *cna_src_fh;
+ nfs4_stateid cna_src_stateid;
+ struct nl4_server cna_dst;
+};
+
+struct nfs42_copy_notify_res {
+ struct nfs4_sequence_res cnr_seq_res;
+
+ struct nfstime4 cnr_lease_time;
+ nfs4_stateid cnr_stateid;
+ struct nl4_server cnr_src;
+};
+
struct nfs42_seek_args {
struct nfs4_sequence_args seq_args;