Re: [PATCH v3 4/5] mm: rename zone->lock to zone->_lock
From: SeongJae Park
Date: Thu Feb 26 2026 - 19:49:32 EST
On Thu, 26 Feb 2026 18:26:21 +0000 Dmitry Ilvokhin <d@xxxxxxxxxxxx> wrote:
> This intentionally breaks direct users of zone->lock at compile time so
> all call sites are converted to the zone lock wrappers. Without the
> rename, present and future out-of-tree code could continue using
> spin_lock(&zone->lock) and bypass the wrappers and tracing
> infrastructure.
>
> No functional change intended.
>
> Suggested-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Dmitry Ilvokhin <d@xxxxxxxxxxxx>
Acked-by: SeongJae Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]