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:
fde95c7
)
SUNRPC: Add a new helper rpc_wake_up_queued_task()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 22 Feb 2008 20:46:41 +0000
(15:46 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 26 Feb 2008 05:40:40 +0000
(21:40 -0800)
In all cases where we currently use rpc_wake_up_task(), we almost always
know on which waitqueue the rpc_task is actually sleeping. This will allows
us to simplify the queue locking in a future patch.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found