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>
Sun, 8 May 2022 18:45:56 +0000 (14:45 -0400)
commit2ebdd1df316636c2faf25a1780e12553adf09cf7
tree2f8db9df88f03e888c30271c7d1c54ef572ab827
parent520f301c54faa3484e820b80d4505d48ee587163
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/btrfs/relocation.c
fs/btrfs/send.c
fs/verity/enable.c
include/linux/pagemap.h