]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0212892d24fc0c199519bf1d7316220f3bfc1463
tree80b106169e9f4b997c83c357b7e4c04add9938c1
parente5f95f1e2b71a50acdc9f4df31fec63a1619f59e
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