[pnfs] (no subject)

iyer at netapp.com iyer at netapp.com
Fri Mar 16 18:16:54 EDT 2007


From: iyer <iyer at netapp.com>
Date: Wed, 14 Mar 2007 18:30:01 -0800
Subject: [PATCH 7/8] Slot Table Implementation

Add an argument to the sequence_res struct for sequence_done


Signed-off-by: iyer <iyer at netapp.com>
---


diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 4648707..52b9e38 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -3,6 +3,7 @@
 
 #include <linux/sunrpc/xprt.h>
 #include <linux/nfsacl.h>
+#include <linux/nfs41_sessions.h>
 
 /*
  * To change the maximum rsize and wsize supported by the NFS client, adjust
@@ -778,6 +779,8 @@ struct nfs41_create_session_args {
 	uint32_t			use_for_backchannel;
 	uint32_t			use_for_rdma;
 	uint32_t			cb_program;
+	struct nfs4_channel_attrs	fc_attrs;	/* Fore Channel */
+	struct nfs4_channel_attrs	bc_attrs;	/* Back Channel */
 };
 
 struct nfs41_create_session_res {
@@ -805,6 +808,7 @@ struct nfs41_sequence_res {
 	u32				target_maxslots;
 	u32				status_flags;
 	struct nfs4_state_owner		*sp;
+	struct nfs4_slot		*slot;
 };
 
 struct nfs4_get_lease_time_args {


More information about the pNFS mailing list