]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/sunrpc/xprtrdma/rpc_rdma.c
xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueue
[thirdparty/kernel/stable.git] / net / sunrpc / xprtrdma / rpc_rdma.c
index dc2397731c5c614d4144176c4a20e54ffa62222b..5738c9f021444e0421e990ae7087036cee993116 100644 (file)
@@ -1356,7 +1356,7 @@ void rpcrdma_reply_handler(struct rpcrdma_rep *rep)
        clear_bit(RPCRDMA_REQ_F_PENDING, &req->rl_flags);
 
        trace_xprtrdma_reply(rqst->rq_task, rep, req, credits);
-       queue_work(rpcrdma_receive_wq, &rep->rr_work);
+       queue_work(buf->rb_completion_wq, &rep->rr_work);
        return;
 
 out_badversion: