On Wed, Jul 15, 2020 at 11:46:16PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Create a new type (xfs_dqtype_t) to represent the type of an incore > dquot (user, group, project, or none). Rename the incore dquot's > dq_flags field to q_type. > > This allows us to replace all the "uint type" arguments to the quota > functions with "xfs_dqtype_t type", to make it obvious when we're > passing a quota type argument into a function. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>