diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index f8e12b3b6110..619c0e80cf0c 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1138,6 +1138,12 @@ int do_page_cache_readahead(struct address_space *mapping, struct file *filp, | |||
1138 | pgoff_t offset, unsigned long nr_to_read); | 1138 | pgoff_t offset, unsigned long nr_to_read); |
1139 | int force_page_cache_readahead(struct address_space *mapping, struct file *filp, | 1139 | int force_page_cache_readahead(struct address_space *mapping, struct file *filp, |
1140 | pgoff_t offset, unsigned long nr_to_read); | 1140 | pgoff_t offset, unsigned long nr_to_read); |
1141 | unsigned long page_cache_readahead_ondemand(struct address_space *mapping, | ||
1142 | struct file_ra_state *ra, | ||
1143 | struct file *filp, | ||
1144 | struct page *page, | ||
1145 | pgoff_t offset, | ||
1146 | unsigned long size); | ||
1141 | unsigned long page_cache_readahead(struct address_space *mapping, | 1147 | unsigned long page_cache_readahead(struct address_space *mapping, |
1142 | struct file_ra_state *ra, | 1148 | struct file_ra_state *ra, |
1143 | struct file *filp, | 1149 | struct file *filp, |