commit | ee2f412ece32ab685921408ab1242d097557b57c | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Aug 26 13:12:46 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Aug 26 15:22:31 2019 -0400 |
tree | 3b56bb22f7309f147cd1858279b62a3799e5b6aa | |
parent | f836b27ecad98770bc53600d1ebd6533c921a4e7 [diff] |
xprtrdma: Recycle MRs after disconnect The optimization done in "xprtrdma: Simplify rpcrdma_mr_pop" was a bit too optimistic. MRs left over after a reconnect still need to be recycled, not added back to the free list, since they could be in flight or actually fully registered. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>