diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index fc499e675475..3696b3bd1d7e 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -1265,6 +1265,10 @@ long get_user_pages_locked(struct task_struct *tsk, struct mm_struct *mm, | |||
| 1265 | unsigned long start, unsigned long nr_pages, | 1265 | unsigned long start, unsigned long nr_pages, |
| 1266 | int write, int force, struct page **pages, | 1266 | int write, int force, struct page **pages, |
| 1267 | int *locked); | 1267 | int *locked); |
| 1268 | long __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, | ||
| 1269 | unsigned long start, unsigned long nr_pages, | ||
| 1270 | int write, int force, struct page **pages, | ||
| 1271 | unsigned int gup_flags); | ||
| 1268 | long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, | 1272 | long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, |
| 1269 | unsigned long start, unsigned long nr_pages, | 1273 | unsigned long start, unsigned long nr_pages, |
| 1270 | int write, int force, struct page **pages); | 1274 | int write, int force, struct page **pages); |
