| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH v3 09/20] xfs: report finobt status in fs geometry |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Thu, 10 Apr 2014 12:10:59 -0400 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1397146270-42993-1-git-send-email-bfoster@xxxxxxxxxx> |
| References: | <1397146270-42993-1-git-send-email-bfoster@xxxxxxxxxx> |
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 <bfoster@xxxxxxxxxx>
---
include/xfs_fs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/xfs_fs.h b/include/xfs_fs.h
index 554fd66..59c40fc 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 */
/*
--
1.8.3.1
|
| Previous by Date: | [PATCH v3 03/20] xfs: support the XFS_BTNUM_FINOBT free inode btree type, Brian Foster |
|---|---|
| Next by Date: | [PATCH v3 07/20] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper, Brian Foster |
| Previous by Thread: | [PATCH v3 03/20] xfs: support the XFS_BTNUM_FINOBT free inode btree type, Brian Foster |
| Next by Thread: | [PATCH v3 07/20] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper, Brian Foster |
| Indexes: | [Date] [Thread] [Top] [All Lists] |