Re: [PATCH 2/2] mm/mm.h: Write folio->_flags_1 & 0xff as a macro definition
From: Matthew Wilcox
Date: Wed Feb 12 2025 - 07:37:48 EST
On Wed, Feb 12, 2025 at 10:58:43AM +0800, Liu Ye wrote:
> There are multiple locations in mm.h where (folio->_flags_1 & 0xff) is
> used. Write it as a macro definition to improve the readability and
> maintainability of the code.
No.