lkml.org 
[lkml]   [2016]   [Aug]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 10/22] iw_cxgb4: Remove deprecated create_singlethread_workqueue
    alloc_ordered_workqueue() with WQ_MEM_RECLAIM set, replaces
    deprecated create_singlethread_workqueue(). This is the identity
    conversion.

    The workqueue "workq" queues work item &skb_work. It has been
    identity converted.

    WQ_MEM_RECLAIM has been set to ensure forward progress under
    memory pressure.

    Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
    ---
    drivers/infiniband/hw/cxgb4/cm.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c
    index a3a6721..6438b4c 100644
    --- a/drivers/infiniband/hw/cxgb4/cm.c
    +++ b/drivers/infiniband/hw/cxgb4/cm.c
    @@ -4282,7 +4282,7 @@ int __init c4iw_cm_init(void)
    spin_lock_init(&timeout_lock);
    skb_queue_head_init(&rxq);

    - workq = create_singlethread_workqueue("iw_cxgb4");
    + workq = alloc_ordered_workqueue("iw_cxgb4", WQ_MEM_RECLAIM);
    if (!workq)
    return -ENOMEM;

    --
    2.1.4
    \
     
     \ /
      Last update: 2016-09-17 09:57    [W:4.250 / U:0.152 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site