Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132700
b: refs/heads/master
c: 0a2e821
h: refs/heads/master
v: v3
  • Loading branch information
Huang Ying authored and Herbert Xu committed Feb 19, 2009
1 parent 4733b2f commit 935cedf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 254eff771441f4ee7aa9cf770a6e4820492c9dab
refs/heads/master: 0a2e821d627ad5ced23cf31137625b81cc205e0f
1 change: 1 addition & 0 deletions trunk/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ config CRYPTO_BLKCIPHER2
tristate
select CRYPTO_ALGAPI2
select CRYPTO_RNG2
select CRYPTO_WORKQUEUE

config CRYPTO_HASH
tristate
Expand Down
3 changes: 2 additions & 1 deletion trunk/crypto/chainiv.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <crypto/internal/skcipher.h>
#include <crypto/rng.h>
#include <crypto/crypto_wq.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/kernel.h>
Expand Down Expand Up @@ -133,7 +134,7 @@ static int async_chainiv_schedule_work(struct async_chainiv_ctx *ctx)
goto out;
}

queued = schedule_work(&ctx->postponed);
queued = queue_work(kcrypto_wq, &ctx->postponed);
BUG_ON(!queued);

out:
Expand Down

0 comments on commit 935cedf

Please sign in to comment.