From: Ted Ts'o Subject: Re: [PATCH 2/3] ext4: correct the debug message in ext4_ext_insert_extent Date: Sat, 23 Jul 2011 21:55:15 -0400 Message-ID: <20110724015515.GF3469@thunk.org> References: <1311301421-10533-1-git-send-email-hao.bigrat@gmail.com> <1311301421-10533-2-git-send-email-hao.bigrat@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org, Robin Dong To: Robin Dong Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:45896 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751795Ab1GXBzO (ORCPT ); Sat, 23 Jul 2011 21:55:14 -0400 Content-Disposition: inline In-Reply-To: <1311301421-10533-2-git-send-email-hao.bigrat@gmail.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, Jul 22, 2011 at 10:23:40AM +0800, Robin Dong wrote: > From: Robin Dong > > The debug message in ext4_ext_insert_extent before moving extent > is incorrect (the "from xx to xx"). > > Signed-off-by: Robin Dong Thanks, added to the ext4 tree. - Ted