From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752774AbYADAmW (ORCPT ); Thu, 3 Jan 2008 19:42:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754084AbYADAmI (ORCPT ); Thu, 3 Jan 2008 19:42:08 -0500 Received: from mail.suse.de ([195.135.220.2]:59267 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375AbYADAmG (ORCPT ); Thu, 3 Jan 2008 19:42:06 -0500 From: Neil Brown To: Dan Williams Date: Fri, 4 Jan 2008 11:41:55 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18301.32979.409077.527576@notabene.brown> Cc: NeilBrown , Andrew Morton , linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org, stable@kernel.org Subject: Re: [PATCH] md: Fix data corruption when a degraded raid5 array is reshaped. In-Reply-To: message from Dan Williams on Thursday January 3 References: <20080104094516.19216.patches@notabene> <1080103224636.19290@suse.de> <1199401234.9102.3.camel@dwillia2-linux.ch.intel.com> <1199403652.9102.30.camel@dwillia2-linux.ch.intel.com> X-Mailer: VM 7.19 under Emacs 21.4.1 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D X-Mailing-List: linux-kernel@vger.kernel.org On Thursday January 3, dan.j.williams@intel.com wrote: > > On closer look the safer test is: > > !test_bit(STRIPE_OP_COMPUTE_BLK, &sh->ops.pending). > > The 'req_compute' field only indicates that a 'compute_block' operation > was requested during this pass through handle_stripe so that we can > issue a linked chain of asynchronous operations. > > --- > > From: Neil Brown Technically that should probably be From: Dan Williams now, and then I add Acked-by: NeilBrown because I completely agree with your improvement. We should keep an eye out for then Andrew commits this and make sure the right patch goes in... Thanks, NeilBrown