commit | fff09594edf5e9b8595a2cefdc07e54b70f81729 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Apr 11 13:22:54 2017 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Apr 25 16:12:20 2017 -0400 |
tree | a0c780868cc12ebbcc0132a3f2995be8d0f6d519 | |
parent | 33849792cbcdae2b04819cfb09fe3dca0a84a11e [diff] |
xprtrdma: Refactor rpcrdma_ia_open() In order to unload a device driver and reload it, xprtrdma will need to close a transport's interface adapter, and then call rpcrdma_ia_open again, possibly finding a different interface adapter. Make rpcrdma_ia_open safe to call on the same transport multiple times. This is a refactoring change only. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>