]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
authorChandra Seetharaman <sekharan@us.ibm.com>
Thu, 1 Aug 2013 19:25:00 +0000 (19:25 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 14 Aug 2013 18:57:16 +0000 (13:57 -0500)
commit342aef1ec0ecada8ba69ea73db10e20c4f9efdf4
tree4b7317bac260eea3d834481e73d11b82349f4bdf
parent312592defb8b6051389a56a5c780819b4239dab4
xfsprogs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD

Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD. Instead,
start using XFS_GQUOTA_.* XFS_PQUOTA_.* counterparts.

On disk version still uses XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
db/check.c
include/xfs_quota.h
libxfs/xfs_mount.c
repair/versions.c
repair/xfs_repair.c