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

SUNRPC: Don't allow low priority tasks to pre-empt higher priority ones



Currently, the priority queues attempt to be 'fair' to lower priority
tasks by scheduling them after a certain number of higher priority tasks
have run. The problem is that both the transport send queue and
the NFSv4.1 session slot queue have strong ordering requirements.

This patch therefore removes the fairness code in favour of strong
ordering of task priorities.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent b75ad4cd
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