Re: [PATCH] workqueue: WQ_NON_REENTRANT is meaningless and going away

2014-03-29 Thread Tejun Heo
On Thu, Mar 27, 2014 at 09:41:47AM +0800, ZhangZhen wrote: > Tejun Heo has made WQ_NON_REENTRANT useless in the commit:dbf2576e37 > ("workqueue: make all > workqueues non-reentrant"). So remove its usages. > > This patch doesn't introduce any behavior changes. > > Signed-off-by: zhangzhen App

Re: [PATCH] workqueue: WQ_NON_REENTRANT is meaningless and going away

2014-03-27 Thread Ulf Hansson
On 27 March 2014 16:21, Tejun Heo wrote: > On Thu, Mar 27, 2014 at 09:41:47AM +0800, ZhangZhen wrote: >> Tejun Heo has made WQ_NON_REENTRANT useless in the commit:dbf2576e37 >> ("workqueue: make all >> workqueues non-reentrant"). So remove its usages. >> >> This patch doesn't introduce any behav

Re: [PATCH] workqueue: WQ_NON_REENTRANT is meaningless and going away

2014-03-27 Thread James Chapman
On 27/03/14 01:41, ZhangZhen wrote: > Tejun Heo has made WQ_NON_REENTRANT useless in the commit:dbf2576e37 > ("workqueue: make all > workqueues non-reentrant"). So remove its usages. > > This patch doesn't introduce any behavior changes. > > Signed-off-by: zhangzhen Acked-by: James Chapman

Re: [PATCH] workqueue: WQ_NON_REENTRANT is meaningless and going away

2014-03-27 Thread Tejun Heo
On Thu, Mar 27, 2014 at 09:41:47AM +0800, ZhangZhen wrote: > Tejun Heo has made WQ_NON_REENTRANT useless in the commit:dbf2576e37 > ("workqueue: make all > workqueues non-reentrant"). So remove its usages. > > This patch doesn't introduce any behavior changes. > > Signed-off-by: zhangzhen Jam

[PATCH] workqueue: WQ_NON_REENTRANT is meaningless and going away

2014-03-26 Thread ZhangZhen
Tejun Heo has made WQ_NON_REENTRANT useless in the commit:dbf2576e37 ("workqueue: make all workqueues non-reentrant"). So remove its usages. This patch doesn't introduce any behavior changes. Signed-off-by: zhangzhen --- drivers/mmc/host/dw_mmc.c |2 +- include/linux/workqueue.h |6 --