From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id q9ANx7kN203692 for ; Wed, 10 Oct 2012 18:59:07 -0500 Received: from mail.sandeen.net (sandeen.net [63.231.237.45]) by cuda.sgi.com with ESMTP id vDvpMRWS52BYmbJW for ; Wed, 10 Oct 2012 17:00:38 -0700 (PDT) Message-ID: <50760C26.1040802@sandeen.net> Date: Wed, 10 Oct 2012 19:00:38 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: [PATCH 1/2] xfsprogs: add PROJID32 geom feature flag References: <50747753.6040105@redhat.com> In-Reply-To: <50747753.6040105@redhat.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: Eric Sandeen Cc: xfs-oss On 10/9/12 2:13 PM, Eric Sandeen wrote: > Matches new flag added to kernel. > > Signed-off-by: Eric Sandeen SGI, can you please add a : Cc: stable@vger.kernel.org when this is committed? New stuff will be depending on this and it'd be good to get it munged into stable kernels as well. Thanks, -Eric > --- > > diff --git a/include/xfs_fs.h b/include/xfs_fs.h > index faac5af..0dd3afd 100644 > --- a/include/xfs_fs.h > +++ b/include/xfs_fs.h > @@ -233,7 +233,8 @@ typedef struct xfs_fsop_resblks { > #define XFS_FSOP_GEOM_FLAGS_LOGV2 0x0100 /* log format version 2 */ > #define XFS_FSOP_GEOM_FLAGS_SECTOR 0x0200 /* sector sizes >1BB */ > #define XFS_FSOP_GEOM_FLAGS_ATTR2 0x0400 /* inline attributes rework */ > -#define XFS_FSOP_GEOM_FLAGS_DIRV2CI 0x1000 /* ASCII only CI names */ > +#define XFS_FSOP_GEOM_FLAGS_PROJID32 0x0800 /* 32-bit project IDs */ > +#define XFS_FSOP_GEOM_FLAGS_DIRV2CI 0x1000 /* ASCII only CI names */ > #define XFS_FSOP_GEOM_FLAGS_LAZYSB 0x4000 /* lazy superblock counters */ > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs > _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs