aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm.h4
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);
1268long __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);
1268long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, 1272long 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);