From: Trond Myklebust Date: Mon, 7 Jul 2008 16:18:53 +0000 (-0400) Subject: SUNRPC: Ensure our task is notified when an rpcbind call is done X-Git-Tag: v2.6.27-rc1~1052^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381ba74af55e58bca4c01553835a360a9f6fbb07;p=pandora-kernel.git SUNRPC: Ensure our task is notified when an rpcbind call is done If another task is busy in rpcb_getport_async number, it is more efficient to have it wake us up when it has finished instead of arbitrarily sleeping for 5 seconds. Also ensure that rpcb_wake_rpcbind_waiters() is called regardless of whether or not rpcb_getport_done() gets called. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed