projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac7a17
)
nfsd4: fix bind_conn_to_session xdr comment
author
J. Bruce Fields
<bfields@redhat.com>
Thu, 13 Sep 2012 13:49:43 +0000
(09:49 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 25 Sep 2012 17:26:42 +0000
(13:26 -0400)
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4xdr.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4xdr.c
b/fs/nfsd/nfs4xdr.c
index
6322df3
..
fd548d1
100644
(file)
--- 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();
}