Re: [PATCH 40/49] fs/udf: Use vzalloc

From: Jan Kara
Date: Fri Nov 05 2010 - 05:31:06 EST


On Fri 05-11-10 10:15:15, Peter Bortas wrote:
> >> -             bitmap = vmalloc(size); /* TODO: get rid of vmalloc */
> >> +             bitmap = vzalloc(size); /* TODO: get rid of vmalloc */
>
> Shouldn't this comment be removed or at least changed to match the new malloc?
OK, changed. Thanks for pointing this out.

Honza
--
Jan Kara <jack@xxxxxxx>
SUSE Labs, CR
--
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/