diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 9670f71d7be..1036614df0c 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -985,6 +985,8 @@ int get_user_pages(struct task_struct *tsk, struct mm_struct *mm, | |||
| 985 | int get_user_pages_fast(unsigned long start, int nr_pages, int write, | 985 | int get_user_pages_fast(unsigned long start, int nr_pages, int write, |
| 986 | struct page **pages); | 986 | struct page **pages); |
| 987 | struct page *get_dump_page(unsigned long addr); | 987 | struct page *get_dump_page(unsigned long addr); |
| 988 | extern int fixup_user_fault(struct task_struct *tsk, struct mm_struct *mm, | ||
| 989 | unsigned long address, unsigned int fault_flags); | ||
| 988 | 990 | ||
| 989 | extern int try_to_release_page(struct page * page, gfp_t gfp_mask); | 991 | extern int try_to_release_page(struct page * page, gfp_t gfp_mask); |
| 990 | extern void do_invalidatepage(struct page *page, unsigned long offset); | 992 | extern void do_invalidatepage(struct page *page, unsigned long offset); |
