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 94E93C433F5 for ; Thu, 21 Apr 2022 06:15:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384715AbiDUGSO (ORCPT ); Thu, 21 Apr 2022 02:18:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1384706AbiDUGSL (ORCPT ); Thu, 21 Apr 2022 02:18:11 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE25F63FD; Wed, 20 Apr 2022 23:15:22 -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=f6EWH5rthO03Muo3WGbhpAjEtfkg5mSyUWFrq86zXiU=; b=EhhZCdOAM/m26P2nkSEqoKO3fW Hs+Ofyky1w4byqYnpjX6ODOqZWLOL/0ZSvAkEia2WzGhOLceEUxjvuzy/6MKtbVXMzZpbPeMbqeET rTSSuiGuQRE5z1cgwbc+Vh+OufYjKSrDC8sN1wcQN/UDoct6agxXHmU2kJMp7+hB4WvdfFHYpEbqk SxL3lyj0k+BSKuX6jXw1GLtI1aLnmDi7McLB83JN5ClfBnrY/f9LpSzMukt8G8QOAniYGrd4GUN68 FH38P+TsFgEWJLyagWhgX9zH/S9DoGvqfPb37qomz96Z5Uyo+E2g43aUuTMw1IF+EFw9nVqgK3wBe JrrpbwFQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhQ66-00Begn-6M; Thu, 21 Apr 2022 06:15:22 +0000 Date: Wed, 20 Apr 2022 23:15:22 -0700 From: Christoph Hellwig To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, linux-raid@vger.kernel.org, Song Liu , Christoph Hellwig , Guoqing Jiang , Stephen Bates , Martin Oliveira , David Sloan Subject: Re: [PATCH v2 07/12] md/raid5: Move read_seqcount_begin() into make_stripe_request() Message-ID: References: <20220420195425.34911-1-logang@deltatee.com> <20220420195425.34911-8-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220420195425.34911-8-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 Wed, Apr 20, 2022 at 01:54:20PM -0600, Logan Gunthorpe wrote: > Now that prepare_to_wait() isn't in the way, move read_sequcount_begin() > into make_stripe_request(). > > No functional changes intended. Looks good: Reviewed-by: Christoph Hellwig