Commit ff96b748 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,