Merge tag 'ata-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal...
[linux-2.6-microblaze.git] / mm / gup_test.c
index 33f431e..8ae7307 100644 (file)
@@ -214,7 +214,7 @@ static inline void pin_longterm_test_stop(void)
                if (pin_longterm_test_nr_pages)
                        unpin_user_pages(pin_longterm_test_pages,
                                         pin_longterm_test_nr_pages);
-               kfree(pin_longterm_test_pages);
+               kvfree(pin_longterm_test_pages);
                pin_longterm_test_pages = NULL;
                pin_longterm_test_nr_pages = 0;
        }
@@ -255,7 +255,7 @@ static inline int pin_longterm_test_start(unsigned long arg)
        fast = !!(args.flags & PIN_LONGTERM_TEST_FLAG_USE_FAST);
 
        if (!fast && mmap_read_lock_killable(current->mm)) {
-               kfree(pages);
+               kvfree(pages);
                return -EINTR;
        }