From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id 9142B7F4E for ; Wed, 14 Aug 2013 16:26:54 -0500 (CDT) Message-ID: <520BF641.6000100@sgi.com> Date: Wed, 14 Aug 2013 16:27:29 -0500 From: Rich Johnston MIME-Version: 1.0 Subject: Re: [PATCH 1/2] xfsprogs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD References: <1375385101-3673-1-git-send-email-sekharan@us.ibm.com> <1375385101-3673-2-git-send-email-sekharan@us.ibm.com> In-Reply-To: <1375385101-3673-2-git-send-email-sekharan@us.ibm.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Chandra Seetharaman Cc: xfs@oss.sgi.com 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 > --- > 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 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 Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs