From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755374Ab1HCS6I (ORCPT ); Wed, 3 Aug 2011 14:58:08 -0400 Received: from li9-11.members.linode.com ([67.18.176.11]:55209 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755282Ab1HCS57 (ORCPT ); Wed, 3 Aug 2011 14:57:59 -0400 Date: Wed, 3 Aug 2011 14:57:56 -0400 From: "Ted Ts'o" To: Mathias Krause Cc: Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ext4: use kzalloc in ext4_kzalloc() Message-ID: <20110803185756.GE3150@thunk.org> Mail-Followup-To: Ted Ts'o , Mathias Krause , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org References: <1312204398-12460-2-git-send-email-tytso@mit.edu> <1312265235-19978-1-git-send-email-minipli@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1312265235-19978-1-git-send-email-minipli@googlemail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on test.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 02, 2011 at 08:07:15AM +0200, Mathias Krause wrote: > Commit 9933fc0i (ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and > ext4_kvfree()) intruduced wrappers around k*alloc/vmalloc but introduced > a typo for ext4_kzalloc() by not using kzalloc() but kmalloc(). > > Signed-off-by: Mathias Krause Oops. Thanks for catching this. I'll make sure this gets pushed to Linus ASAP. - Ted