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

2020-11-16 Thread Christoph Hellwig
On Wed, Nov 11, 2020 at 05:13:55PM +0800, qiang.zh...@windriver.com wrote: > From: Zqiang > > 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 tog

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

2020-11-12 Thread Andrew Morton
On Wed, 11 Nov 2020 17:13:55 +0800 qiang.zh...@windriver.com wrote: > Add 'kthread_flush_delayed_work' func, the principle of > this func is wait for a dwork to finish executing the > last queueing. We'd like to see some code which actually uses this new function please. Either in this patch or