From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ted Ts'o Subject: Re: [PATCH] ext4: Remove unnecessary ext4_get_group_info in ext4_mb_load_buddy. Date: Sat, 23 Jul 2011 16:19:49 -0400 Message-ID: <20110723201949.GA3469@thunk.org> References: <1310915483-2906-1-git-send-email-tm@tao.ma> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: Tao Ma Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:57982 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792Ab1GWUTv (ORCPT ); Sat, 23 Jul 2011 16:19:51 -0400 Content-Disposition: inline In-Reply-To: <1310915483-2906-1-git-send-email-tm@tao.ma> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sun, Jul 17, 2011 at 11:11:21PM +0800, Tao Ma wrote: > From: Tao Ma > > ext4_mb_load_buddy() calls ext4_get_group_info() for setting both > "grp" and "e4b->bd_info", but it could do "e4b->bd_info = grp". > > Reported-by: Andreas Dilger > Signed-off-by: Tao Ma Thanks, added to the ext4 tree. - Ted