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 X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 536DBC433E0 for ; Mon, 18 May 2020 17:45:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3839B20671 for ; Mon, 18 May 2020 17:45:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729988AbgERRpp (ORCPT ); Mon, 18 May 2020 13:45:45 -0400 Received: from verein.lst.de ([213.95.11.211]:39584 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729961AbgERRpo (ORCPT ); Mon, 18 May 2020 13:45:44 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id A06E068B02; Mon, 18 May 2020 19:45:41 +0200 (CEST) Date: Mon, 18 May 2020 19:45:41 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , linux-xfs@vger.kernel.org Subject: Re: dinode reading cleanups v2 Message-ID: <20200518174541.GA21023@lst.de> References: <20200508063423.482370-1-hch@lst.de> <20200518064859.GA19510@lst.de> <20200518173622.GE17627@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200518173622.GE17627@magnolia> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Mon, May 18, 2020 at 10:36:22AM -0700, Darrick J. Wong wrote: > On Mon, May 18, 2020 at 08:48:59AM +0200, Christoph Hellwig wrote: > > As there were some conflicts due to the code moves for the log > > refactoring I've pushed out a new v3 branch here: > > > > git://git.infradead.org/users/hch/xfs.git xfs-inode-read-cleanup.3 > > > > Gitweb: > > > > http://git.infradead.org/users/hch/xfs.git/shortlog/refs/heads/xfs-inode-read-cleanup.3 > > > > The only other change is extra indentation for the local fork verifiers. > > I don't think it is worth reposting for that, unless you want me to. > > I already pulled in the v2 series (with the indentation changes); are > there any additional changes in v3? I didn't see any changes diffing > your branch to mine, so I think everything is fine. As said - just the indent change, and resolving the conflicts vs the log recovery refactor.