linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix bind_conn_to_session xdr comment
@ 2012-10-01 17:27 J. Bruce Fields
  0 siblings, 0 replies; only message in thread
From: J. Bruce Fields @ 2012-10-01 17:27 UTC (permalink / raw)
  To: linux-nfs

This is a trivial patch, queued up for 3.7.  (And I think returning 0
here is all we need to do to cleanly not support rdma, which closes one
of the minor 4.1 todo items.)

--b.

commit 6e67b5d1840b5788875ad561f2e76a1bf5facc86
Author: J. Bruce Fields <bfields@redhat.com>
Date:   Thu Sep 13 09:49:43 2012 -0400

    nfsd4: fix bind_conn_to_session xdr comment
    
    Signed-off-by: J. Bruce Fields <bfields@redhat.com>

diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
index 6322df3..fd548d1 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
@@ -2659,7 +2659,7 @@ static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp,
 		RESERVE_SPACE(NFS4_MAX_SESSIONID_LEN + 8);
 		WRITEMEM(bcts->sessionid.data, NFS4_MAX_SESSIONID_LEN);
 		WRITE32(bcts->dir);
-		/* XXX: ? */
+		/* Sorry, we do not yet support RDMA over 4.1: */
 		WRITE32(0);
 		ADJUST_ARGS();
 	}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-01 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 17:27 [PATCH] fix bind_conn_to_session xdr comment J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).