From: Ted Ts'o Subject: Re: [PATCH 4/4] ext4: fix a wrong comment in __mb_check_buddy Date: Wed, 26 Oct 2011 08:53:30 -0400 Message-ID: <20111026125330.GV31921@thunk.org> References: <1316070580-10723-1-git-send-email-hao.bigrat@gmail.com> <1316070580-10723-4-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]:51036 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932917Ab1JZMxe (ORCPT ); Wed, 26 Oct 2011 08:53:34 -0400 Content-Disposition: inline In-Reply-To: <1316070580-10723-4-git-send-email-hao.bigrat@gmail.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Thu, Sep 15, 2011 at 03:09:40PM +0800, Robin Dong wrote: > From: Robin Dong > > The comment says the bit should be 0, but the after code assert the bit to be 1. > This makes people confused, so fix it. > > Signed-off-by: Robin Dong Thanks, applied. - Ted