From: tytso@mit.edu Subject: Re: [PATCH] ext4: Fix for ext4_mb_collect_stats() Date: Thu, 20 May 2010 23:15:53 -0400 Message-ID: <20100521031553.GA21568@thunk.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ext4 development To: Curt Wohlgemuth Return-path: Received: from thunk.org ([69.25.196.29]:38170 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752661Ab0EUDPz (ORCPT ); Thu, 20 May 2010 23:15:55 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: On Mon, May 03, 2010 at 10:26:43AM -0700, Curt Wohlgemuth wrote: > Fix ext4_mb_collect_stats() to use the correct test for s_bal_success; it > should be testing "best-extent.fe_len >= orig-extent.fe_len" , not > "orig-extent.fe_len >= goal-extent.fe_len" . > > Signed-off-by: Curt Wohlgemuth Added to the ext4 patch queue. - Ted