Tejun Heo wrote: ... > + vmap_area_pcpu_hole = base + offsets[last_area]; > + > + spin_unlock(&vmap_area_lock); > + > + /* insert all vm's */ > + for (area = 0; area < nr_vms; area++) > + insert_vmalloc_vm(vms[area], vas[area], 0, > + pcpu_get_vm_areas); Changed the flags argument from 0 to VM_ALLOC. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html