xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 20 Apr 2020 00:03:00 +0000 (20:03 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 20 Apr 2020 14:41:00 +0000 (10:41 -0400)
commit58bd6656f808c5a8efbe903af3c013595935d50d
tree5db31d337de31ce00244c4de43d5fed907712dcf
parentae83d0b416db002fe95601e7f97f64b59514d936
xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler()

Commit e28ce90083f0 ("xprtrdma: kmalloc rpcrdma_ep separate from
rpcrdma_xprt") erroneously removed a xprt_force_disconnect()
call from the "transport disconnect" path. The result was that the
client no longer responded to server-side disconnect requests.

Restore that call.

Fixes: e28ce90083f0 ("xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xprtrdma/verbs.c