Re: [PATCH 1/7] workqueue: rename worker_pool->assoc_mutex to ->manager_mutex

From: Tejun Heo
Date: Thu Mar 14 2013 - 12:41:36 EST


Hey, Lai.

On Thu, Mar 14, 2013 at 9:00 AM, Lai Jiangshan <eag0628@xxxxxxxxx> wrote:
>> @@ -4095,7 +4109,7 @@ static void wq_unbind_fn(struct work_struct *work)
>> pool->flags |= POOL_DISASSOCIATED;
>>
>> spin_unlock_irq(&pool->lock);
>> - mutex_unlock(&pool->assoc_mutex);
>> + mutex_unlock(&pool->manager_mutex);
>
> Hi, Tejun
>
> It must conflicts with wq/for-3.9-fixes.

Yeah, the resolution is trivial. I'll be carrying it in for-next once
this makes for-3.10.

Thanks.

--
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/