From: Trond Myklebust Date: Sun, 17 Jul 2011 22:11:34 +0000 (-0400) Subject: SUNRPC: Allow caller of rpc_sleep_on() to select priority levels X-Git-Tag: v3.1-rc1~136^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b27bad7f7ceacca6d6c0ef647ffb38aa55a8336;p=pandora-kernel.git SUNRPC: Allow caller of rpc_sleep_on() to select priority levels Currently, the caller has to change the value of task->tk_priority if it wants to select on which priority level the task will sleep. This patch allows the caller to select a priority level at sleep time rather than always using task->tk_priority. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed