diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 7d4552fe0864..89398032bc4b 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -896,7 +896,8 @@ void handle_ra_miss(struct address_space *mapping, | |||
896 | unsigned long max_sane_readahead(unsigned long nr); | 896 | unsigned long max_sane_readahead(unsigned long nr); |
897 | 897 | ||
898 | /* Do stack extension */ | 898 | /* Do stack extension */ |
899 | extern int expand_stack(struct vm_area_struct * vma, unsigned long address); | 899 | extern int expand_stack(struct vm_area_struct *vma, unsigned long address); |
900 | extern int expand_upwards(struct vm_area_struct *vma, unsigned long address); | ||
900 | 901 | ||
901 | /* Look up the first VMA which satisfies addr < vm_end, NULL if none. */ | 902 | /* Look up the first VMA which satisfies addr < vm_end, NULL if none. */ |
902 | extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long addr); | 903 | extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long addr); |