On Wed, Jul 15, 2020 at 11:45:32PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > We're going to split up the incore dquot state flags from the ondisk > dquot flags (eventually renaming this "type") so start by renaming the > three flags and the bitmask that are going to participate in this. > > 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/libxfs/xfs_quota_defs.h | 16 +++++++----- > fs/xfs/scrub/quota.c | 6 ++--- > fs/xfs/scrub/repair.c | 6 ++--- > fs/xfs/xfs_buf_item_recover.c | 6 ++--- > fs/xfs/xfs_dquot.c | 36 ++++++++++++++------------- > fs/xfs/xfs_dquot.h | 22 ++++++++--------- > fs/xfs/xfs_dquot_item_recover.c | 10 ++++---- > fs/xfs/xfs_icache.c | 4 ++- > fs/xfs/xfs_iomap.c | 12 +++++---- > fs/xfs/xfs_qm.c | 52 ++++++++++++++++++++------------------- > fs/xfs/xfs_qm.h | 26 ++++++++++---------- > fs/xfs/xfs_qm_bhv.c | 2 +- > fs/xfs/xfs_qm_syscalls.c | 12 +++++---- > fs/xfs/xfs_quota.h | 6 ++--- > fs/xfs/xfs_quotaops.c | 6 ++--- > fs/xfs/xfs_trans_dquot.c | 4 ++- > 18 files changed, 118 insertions(+), 116 deletions(-) Looks fine. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx