]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 4 Sep 2020 20:06:20 +0000 (16:06 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 4 Sep 2020 20:06:20 +0000 (16:06 -0400)
commit8e4128a7f000347c7d33afbcd8520dbe126f2123
tree7e3b5371553640ed8b99c38df1d57f46ec0bbe42
parentbce109af5ea0b0d6547d8cd0500560f32532e6bd
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*

Source kernel commit: 8cd4901da56caadc16b4e8d6b434291a8ce31d7c

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/check.c
libxfs/xfs_dquot_buf.c
libxfs/xfs_format.h
libxfs/xfs_quota_defs.h
repair/dinode.c
repair/phase7.c
repair/quotacheck.c