]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/filemap: Convert page wait queues to be folios folio_7
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 16 Jan 2021 16:22:14 +0000 (11:22 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 9 Apr 2021 12:31:52 +0000 (08:31 -0400)
commitca5a8b59fcdd543fe2a73ae2087a81e50c913a8c
treec3fdeb53df258de4e1fb53664a77a6c6810a3342
parenta33d7a1aa85368e729b9b16bfa42111ecb02367c
mm/filemap: Convert page wait queues to be folios

Reinforce that if we're waiting for a bit in a struct page, that's
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>
fs/cachefiles/rdwr.c
include/linux/pagemap.h
mm/filemap.c