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 AD105C433F5 for ; Wed, 13 Apr 2022 15:54:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234659AbiDMP5I (ORCPT ); Wed, 13 Apr 2022 11:57:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55520 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229707AbiDMP5H (ORCPT ); Wed, 13 Apr 2022 11:57:07 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E07C5205E3 for ; Wed, 13 Apr 2022 08:54:44 -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=Cc7PVhKLwsYZkma7MBtyeTc8gZO7u4wafKIQ9kY0Xh0=; b=YmoCSWmKul5ag+icVgVFBwqgRJ Qi16+X77dJGGqv5gjS1Ji+t2THThiyDqfA4TrHadCCLs/+cgeXbDLFGDZCZ6uuI1ty2TN9YZsvO3s Xqq6R4iJFprKWzynXm1HULGruyseVa98J8V/7wgTVhYvOLqmAT63dD6l5Wy5j0loW5StVvOZq5Uiz oH3CaXZUEBnlZdpOr1t1euMdscV7wxWJUhQWVxweK15ULCBFuDMHCvoL1kAwDP1Aq5Lz+xCP0+0z/ iKK0pn7DiYARk7ftdp/hFZEg8L1ymzJP+8u1KzYrGOgnK4MXfAC/abgCIRKYDZYuadhwx7lFT4ESq A002CaRA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nefKO-001g0G-FY; Wed, 13 Apr 2022 15:54:44 +0000 Date: Wed, 13 Apr 2022 08:54:44 -0700 From: Christoph Hellwig To: Andrey Albershteyn Cc: Christoph Hellwig , linux-xfs@vger.kernel.org Subject: Re: [PATCH 3/5] xfs_quota: split get_quota() and report_mount()/dump_file() Message-ID: References: <20220328222503.146496-1-aalbersh@redhat.com> <20220328222503.146496-4-aalbersh@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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-xfs@vger.kernel.org On Thu, Apr 07, 2022 at 01:06:56PM +0200, Andrey Albershteyn wrote: > I did it like this initially but it appeared to me that the diff was > messy. As there were many &d -> d and report_mount -> > get_quota/report_mount replacements, so I split it. But I'm not > against reshaping this back, should I do it? Well, a large part of this series is churn and we can't do much about it. To me doing the changes together seems more logical, but in the end either way is fine, so feel free to do it the way you prefer.