Re: [PATCH] Revert "module, async: async_synchronize_full() on module init iff async is used"
From: Tejun Heo <tj@kernel.org>
Date: 2022-02-01 17:50:14
Also in:
lkml
From: Tejun Heo <tj@kernel.org>
Date: 2022-02-01 17:50:14
Also in:
lkml
On Tue, Feb 01, 2022 at 07:43:27AM -1000, Tejun Heo wrote:
That's quite a walk down the memory lane and I agree with your analysis. The PF_USED_ASYNC is redundant for correctness with the removal of synchrnous loading from iosched path and the WARN_ON guarantees that nothing in kernel is creating a similar situation. Acked-by: Tejun Heo <tj@kernel.org>
BTW, I can route this through workqueue tree but -mm or going to Linus's tree directly might be a better option. Any opinions? Thanks. -- tejun