From: Steffen Klassert Date: Wed, 27 Jun 2012 11:31:01 +0000 (+0200) Subject: crypto: algapi - Fix hang on crypto allocation X-Git-Tag: v3.6-rc1~94^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26c8aaebc188b539a0a9077350009a059464097d;p=pandora-kernel.git crypto: algapi - Fix hang on crypto allocation git commit 398710379 (crypto: algapi - Move larval completion into algboss) replaced accidentally a call to complete_all() by a call to complete(). This causes a hang on crypto allocation if we have more than one larval waiter. This pach restores the call to complete_all(). Signed-off-by: Steffen Klassert Signed-off-by: Herbert Xu --- Reading git-diff-tree failed