commit | aadc5a94483b138c8d9ade6e8416b089733a34dd | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Mon Oct 01 14:25:57 2018 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Oct 02 16:16:54 2018 -0400 |
tree | 9e5ce948124df9b8e7a7782c8c1ac2c07877bf65 | |
parent | ed97f1f79be9868692d115a72c379900231efeb5 [diff] |
xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall() Clean up. Since commit 173b8f49b3af ("xprtrdma: Demote "connect" log messages") there has been no need to initialize connstat to zero. In fact, in this code path there's now no reason not to set rep_connected directly. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>