SUNRPC: Don't hold the transport lock when receiving backchannel data
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 16 Aug 2017 16:09:44 +0000 (12:09 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 16 Aug 2017 19:10:16 +0000 (15:10 -0400)
commitc89091c88db768e3d28992023ca2cff6636c402b
tree9fe11fd3840b6b4b5e4f9f554973b34f187a73e5
parent729749bb8da186e68d97d1b0439f0b1e0059c41d
SUNRPC: Don't hold the transport lock when receiving backchannel data

The backchannel request has no associated task, so it is going nowhere
until we call xprt_complete_bc_request().

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/backchannel_rqst.c
net/sunrpc/xprtsock.c