Skip to content
Commit 79c99152 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue



We no longer need priority semantics on the xprt->sending queue, because
the order in which tasks are sent is now dictated by their position in
the send queue.
Note that the backlog queue remains a priority queue, meaning that
slot resources are still managed in order of task priority.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent f42f7c28
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment