OSDN Git Service

SUNRPC: Convert the xprt->sending queue back to an ordinary wait queue
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 9 Sep 2018 17:53:05 +0000 (13:53 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:16 +0000 (15:35 -0400)
commit79c99152a374c72c8b90c27b3d46d990641951bb
tree80b106169e9f4b997c83c357b7e4c04add9938c1
parentf42f7c283078ce3c1e8368b140e270755b1ae313
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: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xprt.c