aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mm.h3
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,
896unsigned long max_sane_readahead(unsigned long nr); 896unsigned long max_sane_readahead(unsigned long nr);
897 897
898/* Do stack extension */ 898/* Do stack extension */
899extern int expand_stack(struct vm_area_struct * vma, unsigned long address); 899extern int expand_stack(struct vm_area_struct *vma, unsigned long address);
900extern 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. */
902extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long addr); 903extern struct vm_area_struct * find_vma(struct mm_struct * mm, unsigned long addr);