SUNRPC: Close a race with transport setup and module put
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 10 Nov 2020 17:58:22 +0000 (12:58 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 2 Dec 2020 19:05:52 +0000 (14:05 -0500)
commit9bccd264611b5345d85138dc7fd55bdeb9e6942e
treec385cea470df22ffba28a837b965e33047a9653d
parentd5aa6b22e2258f05317313ecc02efbb988ed6d38
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>
net/sunrpc/xprt.c