commit | 8cd4901da56caadc16b4e8d6b434291a8ce31d7c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Jul 15 17:42:36 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 28 20:24:14 2020 -0700 |
tree | a192db893880a86d4bea26a6aae3ed58675412a3 | |
parent | f9751c4ad3d17fa93773c187732f10c8a49940e3 [diff] |
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_* 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@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>