From: Herbert Xu Date: Wed, 7 May 2008 13:10:13 +0000 (+0800) Subject: [CRYPTO] cryptd: Fix EINPROGRESS notification context X-Git-Tag: v2.6.27-rc1~1107^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93aa7f8a12d1b229bcee12a1100a6df4945f5432;p=pandora-kernel.git [CRYPTO] cryptd: Fix EINPROGRESS notification context The EINPROGRESS notifications should be done just like the final call-backs, i.e., with BH off. This patch fixes the call in cryptd since previously it was called with BH on. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed