From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (Postfix) with ESMTP id 4E2F07F6A for ; Wed, 14 Aug 2013 16:27:03 -0500 (CDT) Message-ID: <520BF64A.2090004@sgi.com> Date: Wed, 14 Aug 2013 16:27:38 -0500 From: Rich Johnston MIME-Version: 1.0 Subject: Re: [PATCH 2/2] xfsprogs: Start using pquotaino from on-disk superblock References: <1375385101-3673-1-git-send-email-sekharan@us.ibm.com> <1375385101-3673-3-git-send-email-sekharan@us.ibm.com> In-Reply-To: <1375385101-3673-3-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: > Start using the new field sb_pquotino from the on-disk superblock if the > version of the superblock supports separate pquotino. > > Signed-off-by: Chandra Seetharaman > --- > db/check.c | 12 +++++++----- > db/dquot.c | 11 +++++++---- > db/frag.c | 3 ++- > db/inode.c | 3 ++- > db/metadump.c | 5 ++++- > include/xfs_sb.h | 5 +++++ > libxfs/xfs_mount.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > mkfs/xfs_mkfs.c | 2 +- > repair/agheader.c | 13 +++++++++++++ > repair/dinode.c | 9 +++++++++ > repair/dir2.c | 5 +++++ > repair/globals.h | 1 + > repair/phase4.c | 29 ++++++++++++++++++++++------- > repair/phase6.c | 9 +++++++++ > repair/sb.c | 3 +++ > repair/versions.c | 5 +++++ > repair/xfs_repair.c | 2 +- > 17 files changed, 138 insertions(+), 21 deletions(-) > Thanks for the patch Chandra, this has been committed. --Rich commit 0340d706861a68205393b83e3a816e88383a05fa Author: Chandra Seetharaman Date: Thu Aug 1 19:25:01 2013 +0000 xfsprogs: Start using pquotaino from on-disk superblock Start using the new field sb_pquotino from the on-disk superblock if the version of the superblock supports separate pquotino. 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