]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] cryptd: Fix EINPROGRESS notification context
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 7 May 2008 13:10:13 +0000 (21:10 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jul 2008 12:35:09 +0000 (20:35 +0800)
commita3f7ab56f3d73d51806cac34019cfcec8de88f05
tree6b5636274f289139d8b9e52410141399950275cb
parentdcac5f0ebc90af67988d242eb4a9979603def3d1
[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 <herbert@gondor.apana.org.au>
crypto/cryptd.c