commit | fe3c5206adc5d7395828185ab73e9a522655b984 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat May 19 17:51:40 2007 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 11 20:58:53 2007 +0800 |
tree | afe289e4e685152f0051062a396c5d995f7d6c28 | |
parent | 2e290f43ddb2331db2e308da206fe154bec91a7d [diff] |
[CRYPTO] api: Wake up all waiters when larval completes Right now when a larval matures or when it dies of an error we only wake up one waiter. This would cause other waiters to timeout unnecessarily. This patch changes it to use complete_all to wake up all waiters. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>