]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/readahead: Convert page_cache_async_readahead to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 18 Mar 2021 02:38:26 +0000 (22:38 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 28 Sep 2021 16:45:40 +0000 (12:45 -0400)
commit7c25bbf1ae66ed6fc8f66b125cffe03d4b782db5
treef6cb441e9d2f62cf39775458e4a4bf69bd13f314
parent6ee2ae4f0b50484d8c31602b1ef2d754031021c8
mm/readahead: Convert page_cache_async_readahead to take a folio

Removes a couple of calls to compound_head and saves a few bytes.
Also convert verity's read_file_data_page() to be folio-based.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/btrfs/relocation.c
fs/btrfs/send.c
fs/verity/enable.c
include/linux/pagemap.h