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=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 89509C433E1 for ; Fri, 17 Jul 2020 00:15:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69AF3206F4 for ; Fri, 17 Jul 2020 00:15:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726130AbgGQAPN (ORCPT ); Thu, 16 Jul 2020 20:15:13 -0400 Received: from mail110.syd.optusnet.com.au ([211.29.132.97]:36800 "EHLO mail110.syd.optusnet.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726011AbgGQAPM (ORCPT ); Thu, 16 Jul 2020 20:15:12 -0400 Received: from dread.disaster.area (pa49-180-53-24.pa.nsw.optusnet.com.au [49.180.53.24]) by mail110.syd.optusnet.com.au (Postfix) with ESMTPS id F135B10E4E4; Fri, 17 Jul 2020 10:15:09 +1000 (AEST) Received: from dave by dread.disaster.area with local (Exim 4.92.3) (envelope-from ) id 1jwE1s-0001YS-FG; Fri, 17 Jul 2020 10:15:08 +1000 Date: Fri, 17 Jul 2020 10:15:08 +1000 From: Dave Chinner To: "Darrick J. Wong" Cc: linux-xfs@vger.kernel.org Subject: Re: [PATCH 11/11] xfs: rename the ondisk dquot d_flags to d_type Message-ID: <20200717001508.GX2005@dread.disaster.area> References: <159488191927.3813063.6443979621452250872.stgit@magnolia> <159488199070.3813063.17484927860165624202.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <159488199070.3813063.17484927860165624202.stgit@magnolia> User-Agent: Mutt/1.10.1 (2018-07-13) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.3 cv=QIgWuTDL c=1 sm=1 tr=0 a=moVtWZxmCkf3aAMJKIb/8g==:117 a=moVtWZxmCkf3aAMJKIb/8g==:17 a=kj9zAlcOel0A:10 a=_RQrkK6FrEwA:10 a=yPCof4ZbAAAA:8 a=20KFwNOVAAAA:8 a=7-415B0cAAAA:8 a=s4x671n6EnRGuckQyPMA:9 a=CjuIK1q_8ugA:10 a=biEYGPWJfzWAr4FL6Ov7:22 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Wed, Jul 15, 2020 at 11:46:30PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > The ondisk dquot stores the quota record type in the flags field. > Rename this field to d_type to make the _type relationship between the > ondisk and incore dquot more obvious. > > Signed-off-by: Darrick J. Wong > --- > fs/xfs/libxfs/xfs_dquot_buf.c | 6 +++--- > fs/xfs/libxfs/xfs_format.h | 2 +- > fs/xfs/xfs_dquot.c | 8 ++++---- > fs/xfs/xfs_dquot_item_recover.c | 4 ++-- > fs/xfs/xfs_qm.c | 4 ++-- > 5 files changed, 12 insertions(+), 12 deletions(-) Looks good. nice and clear. Reviewed-by: Dave Chinner -- Dave Chinner david@fromorbit.com