Re: [PATCH] kthread_worker: Add flush delayed work func

From: Christoph Hellwig
Date: Mon Nov 16 2020 - 11:24:21 EST


On Wed, Nov 11, 2020 at 05:13:55PM +0800, qiang.zhang@xxxxxxxxxxxxx wrote:
> From: Zqiang <qiang.zhang@xxxxxxxxxxxxx>
>
> Add 'kthread_flush_delayed_work' func, the principle of
> this func is wait for a dwork to finish executing the
> last queueing.

Who is going to use it? And why? Please document this and resend it
together with the series adding the user(s).