From: J. Bruce Fields Date: Thu, 13 Sep 2012 13:49:43 +0000 (-0400) Subject: nfsd4: fix bind_conn_to_session xdr comment X-Git-Tag: v3.7-rc1~24^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e67b5d1840b5788875ad561f2e76a1bf5facc86;p=thirdparty%2Flinux.git nfsd4: fix bind_conn_to_session xdr comment Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 6322df36031f3..fd548d1550882 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(); }