From: Brian Foster Date: Tue, 20 May 2014 21:57:34 +0000 (+1000) Subject: xfs: report finobt status in fs geometry X-Git-Tag: v3.2.1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=608dff09b9974feec3a6c3182625e99e130fbac1;p=thirdparty%2Fxfsprogs-dev.git xfs: report finobt status in fs geometry Define the XFS_FSOP_GEOM_FLAGS_FINOBT fs geometry flag and set the associated bit if the filesystem supports the free inode btree. Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/include/xfs_fs.h b/include/xfs_fs.h index 554fd66c6..59c40fc45 100644 --- a/include/xfs_fs.h +++ b/include/xfs_fs.h @@ -238,6 +238,7 @@ typedef struct xfs_fsop_resblks { #define XFS_FSOP_GEOM_FLAGS_LAZYSB 0x4000 /* lazy superblock counters */ #define XFS_FSOP_GEOM_FLAGS_V5SB 0x8000 /* version 5 superblock */ #define XFS_FSOP_GEOM_FLAGS_FTYPE 0x10000 /* inode directory types */ +#define XFS_FSOP_GEOM_FLAGS_FINOBT 0x20000 /* free inode btree */ /*