Re: [PATCH] workqueue: remove unused work_clear_pending()

2014-05-22 Thread Tejun Heo
On Thu, May 22, 2014 at 04:43:56PM +0800, Lai Jiangshan wrote: > In 8930caba, setting last CPU and clearing PENDING got merged into a single Ditto. > operation (set_work_cpu_and_clear_pending()), which resulted that the > internal routine work_clear_pending() is not used any more. > >

[PATCH] workqueue: remove unused work_clear_pending()

2014-05-22 Thread Lai Jiangshan
In 8930caba, setting last CPU and clearing PENDING got merged into a single operation (set_work_cpu_and_clear_pending()), which resulted that the internal routine work_clear_pending() is not used any more. Signed-off-by: Lai Jiangshan --- include/linux/workqueue.h |7 --- 1 files

[PATCH] workqueue: remove unused work_clear_pending()

2014-05-22 Thread Lai Jiangshan
In 8930caba, setting last CPU and clearing PENDING got merged into a single operation (set_work_cpu_and_clear_pending()), which resulted that the internal routine work_clear_pending() is not used any more. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- include/linux/workqueue.h |7

Re: [PATCH] workqueue: remove unused work_clear_pending()

2014-05-22 Thread Tejun Heo
On Thu, May 22, 2014 at 04:43:56PM +0800, Lai Jiangshan wrote: In 8930caba, setting last CPU and clearing PENDING got merged into a single Ditto. operation (set_work_cpu_and_clear_pending()), which resulted that the internal routine work_clear_pending() is not used any more. Signed-off-by: