Re: [PATCH 01/21] workqueue: add missing POOL_FREEZING

From: Tejun Heo
Date: Wed Mar 20 2013 - 13:18:56 EST


On Wed, Mar 20, 2013 at 03:28:01AM +0800, Lai Jiangshan wrote:
> When we create a new pool via get_unbound_pool() when freezing.
> the pool->flags' POOL_FREEZING is incorrect.
>
> Fix it by adding POOL_FREEZING if workqueue_freezing.
> (wq_mutex is already held for accessing workqueue_freezing.)
>
> Signed-off-by: Lai Jiangshan <laijs@xxxxxxxxxxxxxx>

Ah, you're absolutely right. What was I thinking adding
CONFIG_FREEZER around workqueue_freezing. I'll popping that one and
applying this one. Thanks for catching this.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/