diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 619c0e80cf0c..3d0d7d285237 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1144,13 +1144,6 @@ unsigned long page_cache_readahead_ondemand(struct address_space *mapping, | |||
1144 | struct page *page, | 1144 | struct page *page, |
1145 | pgoff_t offset, | 1145 | pgoff_t offset, |
1146 | unsigned long size); | 1146 | unsigned long size); |
1147 | unsigned long page_cache_readahead(struct address_space *mapping, | ||
1148 | struct file_ra_state *ra, | ||
1149 | struct file *filp, | ||
1150 | pgoff_t offset, | ||
1151 | unsigned long size); | ||
1152 | void handle_ra_miss(struct address_space *mapping, | ||
1153 | struct file_ra_state *ra, pgoff_t offset); | ||
1154 | unsigned long max_sane_readahead(unsigned long nr); | 1147 | unsigned long max_sane_readahead(unsigned long nr); |
1155 | 1148 | ||
1156 | /* Do stack extension */ | 1149 | /* Do stack extension */ |