commit | 381ba74af55e58bca4c01553835a360a9f6fbb07 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jul 07 12:18:53 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 09 12:09:45 2008 -0400 |
tree | 56e5f5159432ebb350af4adf330afa4f50b77a54 | |
parent | f45663ce5fb30f76a3414ab3ac69f4dd320e760a [diff] |
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 <Trond.Myklebust@netapp.com>