Re: [PATCH v4 01/25] mm: Introduce struct folio

From: Christoph Hellwig
Date: Wed Mar 17 2021 - 13:15:25 EST


On Fri, Mar 05, 2021 at 04:18:37AM +0000, Matthew Wilcox (Oracle) wrote:
> +/*
> + * A struct folio is either a base (order-0) page or the head page of
> + * a compound page.
> + */

Hmm. While that comment seems to be true I'm not sure it is the
essence. Maybe it should be more framed in terms of

"A folio represents a contigously allocated chunk of memory.."

and then extend it with the categories of state and operations performed
on the folio while those get added. The above statement can still
remain as a low-level explanation, maybe moved to the page member
instead of the type itself.