diff options
-rw-r--r-- | mm/vmalloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/vmalloc.c b/mm/vmalloc.c index d23e70ec45ad..db48d513598f 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c | |||
@@ -2526,8 +2526,8 @@ found: | |||
2526 | 2526 | ||
2527 | /* insert all vm's */ | 2527 | /* insert all vm's */ |
2528 | for (area = 0; area < nr_vms; area++) | 2528 | for (area = 0; area < nr_vms; area++) |
2529 | insert_vmalloc_vm(vms[area], vas[area], VM_ALLOC, | 2529 | setup_vmalloc_vm(vms[area], vas[area], VM_ALLOC, |
2530 | pcpu_get_vm_areas); | 2530 | pcpu_get_vm_areas); |
2531 | 2531 | ||
2532 | kfree(vas); | 2532 | kfree(vas); |
2533 | return vms; | 2533 | return vms; |