Re: Folio discussion recap
From: David Howells
Date: Thu Sep 16 2021 - 17:58:22 EST
Johannes Weiner <hannes@xxxxxxxxxxx> wrote:
> I know Kent was surprised by this. I know Dave Chinner suggested to
> call it "cache page" or "cage" early on, which also suggests an
> understanding of a *dedicated* cache page descriptor.
If we are aiming to get pages out of the view of the filesystem, then we
should probably not include "page" in the name. "Data cache" would seem
obvious, but we already have that concept for the CPU. How about something
like "struct content" and rename i_pages to i_content?
David