]> git.baikalelectronics.ru Git - kernel.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>
Sun, 8 May 2022 18:45:56 +0000 (14:45 -0400)
commitc2c2b54d6845182b1e011094023c7b33f625f7a3
tree2f8db9df88f03e888c30271c7d1c54ef572ab827
parentd08c8fae813e3b649d8033e521b9767d2feeb175
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