X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=crypto%2Fchainiv.c;h=ba200b07449d259cebf846a43e3f768e335606ef;hb=f77f13e22df4a40d237697df496152c8c37f3f2b;hp=7c37a497b860a27733eac07c4f7ff018c0abb4a3;hpb=a0f000ec9b61b99111757df138b11144236fc59b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/crypto/chainiv.c b/crypto/chainiv.c index 7c37a49..ba200b0 100644 --- a/crypto/chainiv.c +++ b/crypto/chainiv.c @@ -15,6 +15,7 @@ #include #include +#include #include #include #include @@ -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: