commit | 50f484e298218b7271fad8a23bd44c82fb3110e1 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Aug 30 13:27:29 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Sep 30 15:35:15 2018 -0400 |
tree | d685e2ade1957ba38d150bfb023ae1936e66fa99 | |
parent | 902c58872e1e9a2c146a55b0701c0b26cc5a4b24 [diff] |
SUNRPC: Treat the task and request as separate in the xprt_ops->send_request() When we shift to using the transmit queue, then the task that holds the write lock will not necessarily be the same as the one being transmitted. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>