commit | 3b27bad7f7ceacca6d6c0ef647ffb38aa55a8336 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Jul 17 18:11:34 2011 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Jul 17 18:11:34 2011 -0400 |
tree | ccf8bcd5f7276655c33133685a1be3f7281d8278 | |
parent | d9ba131d8f58c0d2ff5029e7002ab43f913b36f9 [diff] |
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 <Trond.Myklebust@netapp.com>