Re: [PATCH 1/4] vmalloc: rename local variables vmalloc_start andvmalloc_end

From: Christoph Lameter
Date: Tue Sep 22 2009 - 19:07:29 EST


On Tue, 22 Sep 2009, Tejun Heo wrote:

> const unsigned long vmalloc_end = vmalloc_end & ~(align - 1);
>
> Rename local variables vmalloc_start and vmalloc_end to vm_start and
> vm_end to avoid the collision.

Could you keep vmalloc_end and vmalloc_start? vm_start and vm_end may led
to misinterpretations as start and end of the memory area covered by the
VM.

--
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/