Re: [PATCH v2 3/4] mm, madvise: move madvise_set_anon_name() down the file
From: Vlastimil Babka
Date: Tue Jun 24 2025 - 13:03:10 EST
On 6/24/25 15:03, Vlastimil Babka wrote:
> Preparatory change so that we can use madvise_lock()/unlock() in the
> function without forward declarations or more thorough shuffling.
additional paragraph here:
No functional change. Move as a separate commit helps git heuristics to
detect it properly.
> Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx>