diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index ecc4be7b67e0..f31bf9058587 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1268,7 +1268,7 @@ static inline int fixup_user_fault(struct task_struct *tsk, | |||
1268 | 1268 | ||
1269 | extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, int write); | 1269 | extern int access_process_vm(struct task_struct *tsk, unsigned long addr, void *buf, int len, int write); |
1270 | extern int access_remote_vm(struct mm_struct *mm, unsigned long addr, | 1270 | extern int access_remote_vm(struct mm_struct *mm, unsigned long addr, |
1271 | void *buf, int len, int write); | 1271 | void *buf, int len, unsigned int gup_flags); |
1272 | 1272 | ||
1273 | long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, | 1273 | long __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, |
1274 | unsigned long start, unsigned long nr_pages, | 1274 | unsigned long start, unsigned long nr_pages, |