On Wed, Jul 15, 2020 at 11:46:30PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > 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 <darrick.wong@xxxxxxxxxx> > --- > 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 <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx