commit | 316a616e7886583c03d00f8320458b713c1dd277 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Oct 01 14:26:03 2018 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Oct 03 08:39:39 2018 -0400 |
tree | cbc25f23bc4cceb96a1ce448b599a4244f75be35 | |
parent | aadc5a94483b138c8d9ade6e8416b089733a34dd [diff] |
xprtrdma: Re-organize the switch() in rpcrdma_conn_upcall Clean up: Eliminate the FALLTHROUGH into the default arm to make the switch easier to understand. Also, as long as I'm here, do not display the memory address of the target rpcrdma_ep. A hashed memory address is of marginal use here. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>