SUNRPC: Add a new helper rpc_wake_up_queued_task()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 22 Feb 2008 20:46:41 +0000 (15:46 -0500)
committerTrond 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