commit | 9bccd264611b5345d85138dc7fd55bdeb9e6942e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Nov 10 12:58:22 2020 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Dec 02 14:05:52 2020 -0500 |
tree | c385cea470df22ffba28a837b965e33047a9653d | |
parent | d5aa6b22e2258f05317313ecc02efbb988ed6d38 [diff] |
SUNRPC: Close a race with transport setup and module put After we've looked up the transport module, we need to ensure it can't go away until we've finished running the transport setup code. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>