diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 19ff81c49ba6..e41795bba95d 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -817,6 +817,7 @@ int get_user_pages(struct task_struct *tsk, struct mm_struct *mm, | |||
817 | struct page **pages, struct vm_area_struct **vmas); | 817 | struct page **pages, struct vm_area_struct **vmas); |
818 | int get_user_pages_fast(unsigned long start, int nr_pages, int write, | 818 | int get_user_pages_fast(unsigned long start, int nr_pages, int write, |
819 | struct page **pages); | 819 | struct page **pages); |
820 | struct page *get_dump_page(unsigned long addr); | ||
820 | 821 | ||
821 | extern int try_to_release_page(struct page * page, gfp_t gfp_mask); | 822 | extern int try_to_release_page(struct page * page, gfp_t gfp_mask); |
822 | extern void do_invalidatepage(struct page *page, unsigned long offset); | 823 | extern void do_invalidatepage(struct page *page, unsigned long offset); |