Re: [PATCH v10 30/33] mm/filemap: Convert page wait queues to be folios
From: Vlastimil Babka <hidden>
Date: 2021-05-18 12:23:25
Also in:
linux-fsdevel, lkml
From: Vlastimil Babka <hidden>
Date: 2021-05-18 12:23:25
Also in:
linux-fsdevel, lkml
On 5/11/21 11:47 PM, Matthew Wilcox (Oracle) wrote:
Reinforce that page flags are actually in the head page by changing the type from page to folio. Increases the size of cachefiles by two bytes, but the kernel core is unchanged in size. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Jeff Layton <jlayton@kernel.org>
Acked-by: Vlastimil Babka <redacted> More renaming of stuff could be possible, but not essential for functionality.