arm64: dts: ls2080a: update the DTS for QSPI and DSPI support
[cascardo/linux.git] / mm / util.c
index 47a57e5..6cc81e7 100644 (file)
--- a/mm/util.c
+++ b/mm/util.c
@@ -283,9 +283,7 @@ EXPORT_SYMBOL_GPL(__get_user_pages_fast);
 int __weak get_user_pages_fast(unsigned long start,
                                int nr_pages, int write, struct page **pages)
 {
-       struct mm_struct *mm = current->mm;
-       return get_user_pages_unlocked(current, mm, start, nr_pages,
-                                      write, 0, pages);
+       return get_user_pages_unlocked(start, nr_pages, write, 0, pages);
 }
 EXPORT_SYMBOL_GPL(get_user_pages_fast);