summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorKinglong Mee2017-03-07 10:22:43 +0100
committerJ. Bruce Fields2017-03-09 21:20:46 +0100
commit5427290d64c752b97d6a2af7506771c7d10eb750 (patch)
tree210b370c730026e7436aad82646b1f17f5a387be /init
parentLinux 4.11-rc1 (diff)
downloadkernel-qcow2-linux-5427290d64c752b97d6a2af7506771c7d10eb750.tar.gz
kernel-qcow2-linux-5427290d64c752b97d6a2af7506771c7d10eb750.tar.xz
kernel-qcow2-linux-5427290d64c752b97d6a2af7506771c7d10eb750.zip
SUNRPC/backchanel: set XPT_CONG_CTRL flag for bc xprt
The xprt for backchannel is created separately, not in TCP/UDP code. It needs the XPT_CONG_CTRL flag set on it too--otherwise requests on the NFSv4.1 backchannel are rjected in svc_process_common(): 1191 if (versp->vs_need_cong_ctrl && 1192 !test_bit(XPT_CONG_CTRL, &rqstp->rq_xprt->xpt_flags)) 1193 goto err_bad_vers; Fixes: 5283b03ee5 ("nfs/nfsd/sunrpc: enforce transport...") Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions