Re: [PATCH v3 2/5] mm: convert zone lock users to wrappers

From: SeongJae Park

Date: Thu Feb 26 2026 - 19:40:12 EST


On Thu, 26 Feb 2026 18:26:19 +0000 Dmitry Ilvokhin <d@xxxxxxxxxxxx> wrote:

> Replace direct zone lock acquire/release operations with the
> newly introduced wrappers.
>
> The changes are purely mechanical substitutions. No functional change
> intended. Locking semantics and ordering remain unchanged.
>
> The compaction path is left unchanged for now and will be
> handled separately in the following patch due to additional
> non-trivial modifications.
>
> Signed-off-by: Dmitry Ilvokhin <d@xxxxxxxxxxxx>
> Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>

Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>


Thanks,
SJ

[...]