]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - include/linux/mpage.h
fs: convert mpage_readpages to mpage_readahead
[mirror_ubuntu-kernels.git] / include / linux / mpage.h
index 001f1fcf98361db20ccb2e09dfa36a6ffb78ace1..f4f5e90a6844151597506cfc81d87ec0846fe71d 100644 (file)
@@ -13,9 +13,9 @@
 #ifdef CONFIG_BLOCK
 
 struct writeback_control;
+struct readahead_control;
 
-int mpage_readpages(struct address_space *mapping, struct list_head *pages,
-                               unsigned nr_pages, get_block_t get_block);
+void mpage_readahead(struct readahead_control *, get_block_t get_block);
 int mpage_readpage(struct page *page, get_block_t get_block);
 int mpage_writepages(struct address_space *mapping,
                struct writeback_control *wbc, get_block_t get_block);