Re: [PATCH 0/3] workqueue: misc cleanup

2015-05-21 Thread Tejun Heo
On Wed, May 20, 2015 at 02:41:16PM +0800, Lai Jiangshan wrote: > patch1&2 are simple cleaups and reflect to recently changes. > > patch3 just moves code. Applied 1-3 to wq/for-4.2. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

[PATCH 0/3] workqueue: misc cleanup

2015-05-19 Thread Lai Jiangshan
patch1&2 are simple cleaups and reflect to recently changes. patch3 just moves code. Cc: Tejun Heo Lai Jiangshan (3): workqueue: remove the declaration of copy_workqueue_attrs() workqueue: remove the lock from wq_sysfs_prep_attrs() workqueue: move flush_scheduled_work() to workqueue.h