From: Trond Myklebust Date: Fri, 22 Feb 2008 20:46:41 +0000 (-0500) Subject: SUNRPC: Add a new helper rpc_wake_up_queued_task() X-Git-Tag: v2.6.26-rc1~1082^2^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ef13b283934fbf60b732e6c4ce23e8babd0042;p=pandora-kernel.git 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 --- Reading git-diff-tree failed