On 08/01/2013 02:25 PM, Chandra Seetharaman wrote:
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@xxxxxxxxxx>
---
db/check.c | 8 +++---
include/xfs_quota.h | 59 ++++++++++++++++++++++++++------------------------
libxfs/xfs_mount.c | 52 ++++++++++++++++++++++++++++++++++++++++++++
repair/versions.c | 18 +++------------
repair/xfs_repair.c | 5 +--
5 files changed, 93 insertions(+), 49 deletions(-)
Thanks for the patch Chandra, this has been committed.
--Rich
commit 342aef1ec0ecada8ba69ea73db10e20c4f9efdf4
Author: Chandra Seetharaman <sekharan@xxxxxxxxxx>
Date: Thu Aug 1 19:25:00 2013 +0000
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@xxxxxxxxxx>
Reviewed-by: Rich Johnston <rjohnston@xxxxxxx>
Signed-off-by: Rich Johnston <rjohnston@xxxxxxx>
|