[pnfs] [PATCH] save client flags for exchange id

Marc Eshel eshel at almaden.ibm.com
Mon Jun 4 19:59:45 EDT 2007


From: Marc Eshel <eshel at almaden.ibm.com>


---

 fs/nfsd/nfs4state.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index a5e4dc7..2fe5414 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -1202,6 +1202,7 @@ out_copy:
         clid->clientid.cl_id = new->cl_clientid.cl_id;
 
         new->cl_seqid = clid->seqid = 1;
+	new->cl_exchange_flags = clid->flags;
 	nfsd4_set_ex_flags(new, clid);
 
 	dprintk("nfsd4_exchange_id seqid %d flags %x\n",


More information about the pNFS mailing list