Re: [PATCH 14/20] vmalloc: implement pcpu_get_vm_areas()

From: Tejun Heo
Date: Fri Aug 14 2009 - 02:08:39 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/