]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit214cacec15c12fb3b3d2d9e80f073b0bc13cc410
treec385cea470df22ffba28a837b965e33047a9653d
parentc05d7d68234d60f8e50c90d7b9cd5a35748f8a64
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