Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'
[deliverable/linux.git] / net / ceph / pagevec.c
index d4f5f220a8e55e063db6d3f3923a32be1ac33223..10297f7a89babc58541d0ee11b016e2531fa3a1e 100644 (file)
@@ -24,7 +24,7 @@ struct page **ceph_get_direct_page_vector(const void __user *data,
                return ERR_PTR(-ENOMEM);
 
        while (got < num_pages) {
-               rc = get_user_pages_unlocked(current, current->mm,
+               rc = get_user_pages_unlocked(
                    (unsigned long)data + ((unsigned long)got * PAGE_SIZE),
                    num_pages - got, write_page, 0, pages + got);
                if (rc < 0)
This page took 0.029777 seconds and 5 git commands to generate.