lkml.org 
[lkml]   [2009]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/6] crypto: use lazy workqueues
    Date
    Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
    ---
    crypto/crypto_wq.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/crypto/crypto_wq.c b/crypto/crypto_wq.c
    index fdcf624..88cccee 100644
    --- a/crypto/crypto_wq.c
    +++ b/crypto/crypto_wq.c
    @@ -20,7 +20,7 @@ EXPORT_SYMBOL_GPL(kcrypto_wq);

    static int __init crypto_wq_init(void)
    {
    - kcrypto_wq = create_workqueue("crypto");
    + kcrypto_wq = create_lazy_workqueue("crypto");
    if (unlikely(!kcrypto_wq))
    return -ENOMEM;
    return 0;
    --
    1.6.4.173.g3f189


    \
     
     \ /
      Last update: 2009-08-20 12:25    [W:2.330 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site