[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20101105093058.GC5033@quack.suse.cz>
Date: Fri, 5 Nov 2010 10:30:58 +0100
From: Jan Kara <jack@...e.cz>
To: Peter Bortas <bortas@...il.com>
Cc: Jan Kara <jack@...e.cz>, Joe Perches <joe@...ches.com>,
Jiri Kosina <trivial@...nel.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 40/49] fs/udf: Use vzalloc
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@...e.cz>
SUSE Labs, CR
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists