commit | 93aa7f8a12d1b229bcee12a1100a6df4945f5432 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 07 21:10:13 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 10 20:35:09 2008 +0800 |
tree | 6b5636274f289139d8b9e52410141399950275cb | |
parent | 872ac8743cb400192a9fce4ba2d3ffd7bb309685 [diff] |
[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>