From: Herbert Xu Date: Sat, 19 May 2007 07:51:40 +0000 (+1000) Subject: [CRYPTO] api: Wake up all waiters when larval completes X-Git-Tag: v2.6.23-rc1~1054^2~8^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3c5206adc5d7395828185ab73e9a522655b984;p=pandora-kernel.git [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 --- Reading git-diff-tree failed