Commit ff96b748 authored by Trond Myklebust's avatar Trond Myklebust

Merge tag 'nfs-rdma-for-5.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs

NFSoRDMA Client Bugfix for Linux 5.9

Bugfix:
- xprtrdma: Release in-flight MRs on disconnect
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parents d012a719 5de55ce9
......@@ -933,6 +933,8 @@ static void rpcrdma_req_reset(struct rpcrdma_req *req)
rpcrdma_regbuf_dma_unmap(req->rl_sendbuf);
rpcrdma_regbuf_dma_unmap(req->rl_recvbuf);
frwr_reset(req);
}
/* ASSUMPTION: the rb_allreqs list is stable for the duration,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment