commit | 265a38d4611360ae3d5bb612d586a3126507a954 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Aug 19 18:44:04 2019 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Aug 20 16:03:41 2019 -0400 |
tree | 5f122a4487823e46ac75ae795b8f3ea7f42010e4 | |
parent | 395790566eec37706dedeb94779045adc3a7581e [diff] |
xprtrdma: Simplify rpcrdma_mr_pop Clean up: rpcrdma_mr_pop call sites check if the list is empty first. Let's replace the list_empty with less costly logic. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>