Re: [PATCH 3/9] kthread: remove unused macros

2017-05-18 Thread Christoph Hellwig
On Wed, May 17, 2017 at 02:09:52PM +0200, Petr Mladek wrote: > On Tue 2017-05-16 13:48:06, Christoph Hellwig wrote: > > KTHREAD_DELAYED_WORK_INIT and DEFINE_KTHREAD_DELAYED_WORK are unused > > and are using a timer helper that's about to go away. > > A patch using this API is flying around, see >

Re: [PATCH 3/9] kthread: remove unused macros

2017-05-17 Thread Petr Mladek
On Tue 2017-05-16 13:48:06, Christoph Hellwig wrote: > KTHREAD_DELAYED_WORK_INIT and DEFINE_KTHREAD_DELAYED_WORK are unused > and are using a timer helper that's about to go away. A patch using this API is flying around, see https://lkml.kernel.org/r/1476715742-14924-1-git-send-email-pmla...@suse.

[PATCH 3/9] kthread: remove unused macros

2017-05-16 Thread Christoph Hellwig
KTHREAD_DELAYED_WORK_INIT and DEFINE_KTHREAD_DELAYED_WORK are unused and are using a timer helper that's about to go away. Signed-off-by: Christoph Hellwig --- include/linux/kthread.h | 11 --- 1 file changed, 11 deletions(-) diff --git a/include/linux/kthread.h b/include/linux/kthread.