commit | c89091c88db768e3d28992023ca2cff6636c402b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Aug 16 12:09:44 2017 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Aug 16 15:10:16 2017 -0400 |
tree | 9fe11fd3840b6b4b5e4f9f554973b34f187a73e5 | |
parent | 729749bb8da186e68d97d1b0439f0b1e0059c41d [diff] |
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>