Re: [PATCH] workqueue: Remove deprecated flush[_delayed]_work_sync()

2014-05-14 Thread 'Tejun Heo'
On Wed, May 14, 2014 at 01:43:37PM +0900, Jingoo Han wrote: > flush[_delayed]_work_sync() were deprecated by 4382973 ("workqueue: > deprecate flush[_delayed]_work_sync()") and have been deprecated > for a long time. In addition, these are not used anymore. So, > let's remove these functions. > > S

[PATCH] workqueue: Remove deprecated flush[_delayed]_work_sync()

2014-05-13 Thread Jingoo Han
flush[_delayed]_work_sync() were deprecated by 4382973 ("workqueue: deprecate flush[_delayed]_work_sync()") and have been deprecated for a long time. In addition, these are not used anymore. So, let's remove these functions. Signed-off-by: Jingoo Han --- include/linux/workqueue.h | 12