Skip to content
Commit fe3c5206 authored by Herbert Xu's avatar Herbert Xu
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 2e290f43
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment