commit | d461f1f2fb91b5629019b3b405528bc88c49f863 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Dec 14 20:56:50 2017 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Jan 16 11:19:45 2018 -0500 |
tree | 80668c49cb169ffd0757a10924539dc3ab006218 | |
parent | 104927042cde1f86e9f3959ba9c8b4dae1616d69 [diff] |
xprtrdma: Initialize the xprt address string array earlier This makes the address strings available for debugging messages in earlier stages of transport set up. The first benefit is to get rid of the single-use rep_remote_addr field, saving 128+ bytes in struct rpcrdma_ep. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>