diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index ad613ed66ab0..33da7f538841 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1178,8 +1178,6 @@ void task_dirty_inc(struct task_struct *tsk); | |||
1178 | #define VM_MAX_READAHEAD 128 /* kbytes */ | 1178 | #define VM_MAX_READAHEAD 128 /* kbytes */ |
1179 | #define VM_MIN_READAHEAD 16 /* kbytes (includes current page) */ | 1179 | #define VM_MIN_READAHEAD 16 /* kbytes (includes current page) */ |
1180 | 1180 | ||
1181 | int do_page_cache_readahead(struct address_space *mapping, struct file *filp, | ||
1182 | pgoff_t offset, unsigned long nr_to_read); | ||
1183 | int force_page_cache_readahead(struct address_space *mapping, struct file *filp, | 1181 | int force_page_cache_readahead(struct address_space *mapping, struct file *filp, |
1184 | pgoff_t offset, unsigned long nr_to_read); | 1182 | pgoff_t offset, unsigned long nr_to_read); |
1185 | 1183 | ||
@@ -1197,6 +1195,9 @@ void page_cache_async_readahead(struct address_space *mapping, | |||
1197 | unsigned long size); | 1195 | unsigned long size); |
1198 | 1196 | ||
1199 | unsigned long max_sane_readahead(unsigned long nr); | 1197 | unsigned long max_sane_readahead(unsigned long nr); |
1198 | unsigned long ra_submit(struct file_ra_state *ra, | ||
1199 | struct address_space *mapping, | ||
1200 | struct file *filp); | ||
1200 | 1201 | ||
1201 | /* Do stack extension */ | 1202 | /* Do stack extension */ |
1202 | extern int expand_stack(struct vm_area_struct *vma, unsigned long address); | 1203 | extern int expand_stack(struct vm_area_struct *vma, unsigned long address); |