git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ba131
)
SUNRPC: Allow caller of rpc_sleep_on() to select priority levels
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 17 Jul 2011 22:11:34 +0000
(18:11 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 17 Jul 2011 22:11:34 +0000
(18:11 -0400)
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 <Trond.Myklebust@netapp.com>
No differences found