From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E75A7C433EF for ; Fri, 8 Apr 2022 06:00:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235050AbiDHGCW (ORCPT ); Fri, 8 Apr 2022 02:02:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229484AbiDHGCT (ORCPT ); Fri, 8 Apr 2022 02:02:19 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19706D4C9E; Thu, 7 Apr 2022 23:00:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=yUfU77rU29Ug0Am6GhAJCd/BoIsDfP1OgWIu7qTm9p4=; b=4lnT1HMWxexe2GgqCPW2cj8JbN DNLd+Tl+sz2yoMSB/6z583gHFhIwWnHIMFsEpoFjrFLdReVTMDJoQKk55eK7O/44fRLL1cPP9lSkE 42HRozXxTqqPx/InXETa7ceDD9di4rct6kkjbwqxVaNtSdBTlE1djGVasySilTJRTYUykElZXj0iF 7QIDueY2gwSboHkpQv+rjXxVs6PqrLtU6fz95NVx8O8kA68dP9igPGUPnzSo4gx4ujlhVzspHHvE5 58qvgNeaBklmLPnzeHSug34EYY+60VDZiLW94k3pumSa7//lNNPjyzwK9B4vsyXi5X9za0eWEVbow R9A2IJ6w==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nchfM-00FDnq-G2; Fri, 08 Apr 2022 06:00:16 +0000 Date: Thu, 7 Apr 2022 23:00:16 -0700 From: Christoph Hellwig To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, Song Liu , Shaohua Li , Guoqing Jiang , Stephen Bates , Martin Oliveira , David Sloan Subject: Re: [PATCH v1 2/8] md/raid5: Move stripe_add_to_batch_list() call out of add_stripe_bio() Message-ID: References: <20220407164511.8472-1-logang@deltatee.com> <20220407164511.8472-3-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220407164511.8472-3-logang@deltatee.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 07, 2022 at 10:45:05AM -0600, Logan Gunthorpe wrote: > The call to add_stripe_bio() in retry_aligned_read() is for a read only > and thus wouldn't have added the batch anyway. This sentence is missing an object. Otherwise looks good: Reviewed-by: Christoph Hellwig