| To: | david@xxxxxxxxxxxxx, darrick.wong@xxxxxxxxxx |
|---|---|
| Subject: | [PATCH 047/145] xfs: add rmap btree geometry feature flag |
| From: | "Darrick J. Wong" <darrick.wong@xxxxxxxxxx> |
| Date: | Thu, 16 Jun 2016 18:35:41 -0700 |
| Cc: | xfs@xxxxxxxxxxx, Dave Chinner <dchinner@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <146612704434.16048.12932915166928562654.stgit@xxxxxxxxxxxxxxxx> |
| References: | <146612704434.16048.12932915166928562654.stgit@xxxxxxxxxxxxxxxx> |
| User-agent: | StGit/0.17.1-dirty |
From: Dave Chinner <dchinner@xxxxxxxxxx>
So xfs_info and other userspace utilities know the filesystem is
using this feature.
Signed-off-by: Dave Chinner <dchinner@xxxxxxxxxx>
---
libxfs/xfs_fs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h
index 1f17e1c..085ea6f 100644
--- a/libxfs/xfs_fs.h
+++ b/libxfs/xfs_fs.h
@@ -230,6 +230,7 @@ typedef struct xfs_fsop_resblks {
#define XFS_FSOP_GEOM_FLAGS_FTYPE 0x10000 /* inode directory types */
#define XFS_FSOP_GEOM_FLAGS_FINOBT 0x20000 /* free inode btree */
#define XFS_FSOP_GEOM_FLAGS_SPINODES 0x40000 /* sparse inode chunks */
+#define XFS_FSOP_GEOM_FLAGS_RMAPBT 0x80000 /* Reverse mapping btree */
/*
* Minimum and maximum sizes need for growth checks.
|
| Previous by Date: | [PATCH 046/145] xfs: propagate bmap updates to rmapbt, Darrick J. Wong |
|---|---|
| Next by Date: | [PATCH 048/145] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong |
| Previous by Thread: | [PATCH 046/145] xfs: propagate bmap updates to rmapbt, Darrick J. Wong |
| Next by Thread: | [PATCH 048/145] xfs: don't update rmapbt when fixing agfl, Darrick J. Wong |
| Indexes: | [Date] [Thread] [Top] [All Lists] |