From: Trond Myklebust Date: Sat, 1 Dec 2012 04:59:29 +0000 (-0500) Subject: SUNRPC: Don't allow low priority tasks to pre-empt higher priority ones X-Git-Tag: v3.8-rc1~72^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05eecf636101dd4347b2d8fa457626bf0088e0a;p=pandora-kernel.git 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: Trond Myklebust --- Reading git-diff-tree failed