On Thu, Jun 16, 2016 at 01:17:26PM +0200, Petr Mladek wrote: > The current kthread worker users call flush() and stop() explicitly. > This function drains the worker, stops it, and frees the kthread_worker > struct in one call. > > It is supposed to be used together with kthread_create_worker*() that > allocates struct kthread_worker. > > Also note that drain() correctly handles self-queuing works in compare > with flush(). > > Signed-off-by: Petr Mladek <[email protected]>
Acked-by: Tejun Heo <[email protected]> Thanks. -- tejun

