[PATCHv6 04/17] mm: Move set/clear_compound_head() next to compound_head()
Vlastimil Babka
vbabka at suse.cz
Tue Feb 10 07:10:07 PST 2026
On 2/2/26 16:56, Kiryl Shutsemau wrote:
> Move set_compound_head() and clear_compound_head() to be adjacent to the
> compound_head() function in page-flags.h.
>
> These functions encode and decode the same compound_info field, so
> keeping them together makes it easier to verify their logic is
> consistent, especially when the encoding changes.
>
> Signed-off-by: Kiryl Shutsemau <kas at kernel.org>
> Reviewed-by: Muchun Song <muchun.song at linux.dev>
> Reviewed-by: Zi Yan <ziy at nvidia.com>
Reviewed-by: Vlastimil Babka <vbabka at suse.cz>
More information about the linux-riscv
mailing list