diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/internal.h b/mm/internal.h index dedb0aff673f..bd4f581f624a 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -243,7 +243,8 @@ static inline void mminit_validate_memmodel_limits(unsigned long *start_pfn, | |||
243 | 243 | ||
244 | int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, | 244 | int __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, |
245 | unsigned long start, int len, unsigned int foll_flags, | 245 | unsigned long start, int len, unsigned int foll_flags, |
246 | struct page **pages, struct vm_area_struct **vmas); | 246 | struct page **pages, struct vm_area_struct **vmas, |
247 | int *nonblocking); | ||
247 | 248 | ||
248 | #define ZONE_RECLAIM_NOSCAN -2 | 249 | #define ZONE_RECLAIM_NOSCAN -2 |
249 | #define ZONE_RECLAIM_FULL -1 | 250 | #define ZONE_RECLAIM_FULL -1 |