lkml.org 
[lkml]   [2014]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 06/10] workqueue: convert worker_idr to worker_ida
On Sun, Apr 27, 2014 at 12:09:01PM +0800, Lai Jiangshan wrote:
> @@ -2224,6 +2220,9 @@ woke_up:
> spin_unlock_irq(&pool->lock);
> WARN_ON_ONCE(!list_empty(&worker->entry));
> worker->task->flags &= ~PF_WQ_WORKER;
> +
> + set_task_comm(worker->task, "kworker_die");
> + ida_simple_remove(&pool->worker_ida, worker->id);
> worker_unbind_pool(worker);
> kfree(worker);
> return 0;

Does this chunk belong to this patch? Why no description about this
change?

Thanks.

--
tejun


\
 
 \ /
  Last update: 2014-05-05 21:21    [W:0.385 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site