Re: [PATCH] padata: Clean up in padata_do_multithreaded()
From: Daniel Jordan
Date: Fri Nov 01 2024 - 10:09:42 EST
On Fri, Nov 01, 2024 at 09:13:24AM +0000, Zicheng Qu wrote:
> In commit 24cc57d8faaa ("padata: Honor the caller's alignment in case of
> chunk_size 0"), the line 'ps.chunk_size = max(ps.chunk_size, 1ul)' was
> added, making 'ps.chunk_size = 1U' redundant and never executed.
...yep! That's true.
Acked-by: Daniel Jordan <daniel.m.jordan@xxxxxxxxxx>