Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753885Ab0KEJbC (ORCPT ); Fri, 5 Nov 2010 05:31:02 -0400 Received: from cantor.suse.de ([195.135.220.2]:36047 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752683Ab0KEJa7 (ORCPT ); Fri, 5 Nov 2010 05:30:59 -0400 Date: Fri, 5 Nov 2010 10:30:58 +0100 From: Jan Kara To: Peter Bortas Cc: Jan Kara , Joe Perches , Jiri Kosina , linux-kernel@vger.kernel.org Subject: Re: [PATCH 40/49] fs/udf: Use vzalloc Message-ID: <20101105093058.GC5033@quack.suse.cz> References: <20101105091117.GA5033@quack.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 625 Lines: 16 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 SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/