commit | 96ef13b283934fbf60b732e6c4ce23e8babd0042 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Feb 22 15:46:41 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Feb 25 21:40:40 2008 -0800 |
tree | 9efa8e92ff2e7f27746b65214a43ca3a4aed1b14 | |
parent | fde95c7554aa77f9a242f32b0b5f8f15395abf52 [diff] |
SUNRPC: Add a new helper rpc_wake_up_queued_task() 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>