hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/linux/mpage.h
....@@ -13,9 +13,9 @@
1313 #ifdef CONFIG_BLOCK
1414
1515 struct writeback_control;
16
+struct readahead_control;
1617
17
-int mpage_readpages(struct address_space *mapping, struct list_head *pages,
18
- unsigned nr_pages, get_block_t get_block);
18
+void mpage_readahead(struct readahead_control *, get_block_t get_block);
1919 int mpage_readpage(struct page *page, get_block_t get_block);
2020 int mpage_writepages(struct address_space *mapping,
2121 struct writeback_control *wbc, get_block_t get_block);