Commit 6e67b5d1840b5788875ad561f2e76a1bf5facc86
1 parent
fac7a17b5f
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
nfsd4: fix bind_conn_to_session xdr comment
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
fs/nfsd/nfs4xdr.c
... | ... | @@ -2659,7 +2659,7 @@ |
2659 | 2659 | RESERVE_SPACE(NFS4_MAX_SESSIONID_LEN + 8); |
2660 | 2660 | WRITEMEM(bcts->sessionid.data, NFS4_MAX_SESSIONID_LEN); |
2661 | 2661 | WRITE32(bcts->dir); |
2662 | - /* XXX: ? */ | |
2662 | + /* Sorry, we do not yet support RDMA over 4.1: */ | |
2663 | 2663 | WRITE32(0); |
2664 | 2664 | ADJUST_ARGS(); |
2665 | 2665 | } |