]> rtime.felk.cvut.cz Git - linux-imx.git/commit
nfsd: probe the back channel on new connections
authorWeston Andros Adamson <dros@netapp.com>
Thu, 24 May 2012 19:42:17 +0000 (15:42 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 20 Jun 2012 12:59:39 +0000 (08:59 -0400)
commit2411967305dbfb8930b9b9c11f55f6c1ef7361e1
tree516b0204138443a5207d71170a13cac333f87a32
parent9023a4093d6594040fb8142cdd2615d3461caa7a
nfsd: probe the back channel on new connections

Initiate a CB probe when a new connection with the correct direction is added
to a session (IFF backchannel is marked as down).  Without this a
BIND_CONN_TO_SESSION has no effect on the internal backchannel state, which
causes the server to reply to every SEQUENCE op with the
SEQ4_STATUS_CB_PATH_DOWN flag set until DESTROY_SESSION.

Signed-off-by: Weston Andros Adamson <dros@netapp.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c