mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-20 06:54:28 +00:00
scoutfs-utils: remove size inode index items
With the removal of the size index items we no longer have to print them or be able to walk the index. mkfs only needs to create a meta seq index item for the root inode. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
+3
-4
@@ -237,10 +237,9 @@ struct scoutfs_segment_block {
|
||||
#define SCOUTFS_MAX_ZONE 4 /* power of 2 is efficient */
|
||||
|
||||
/* inode index zone */
|
||||
#define SCOUTFS_INODE_INDEX_SIZE_TYPE 1
|
||||
#define SCOUTFS_INODE_INDEX_META_SEQ_TYPE 2
|
||||
#define SCOUTFS_INODE_INDEX_DATA_SEQ_TYPE 3
|
||||
#define SCOUTFS_INODE_INDEX_NR 4 /* don't forget to update */
|
||||
#define SCOUTFS_INODE_INDEX_META_SEQ_TYPE 1
|
||||
#define SCOUTFS_INODE_INDEX_DATA_SEQ_TYPE 2
|
||||
#define SCOUTFS_INODE_INDEX_NR 3 /* don't forget to update */
|
||||
|
||||
/* node zone */
|
||||
#define SCOUTFS_FREE_BITS_SEGNO_TYPE 1
|
||||
|
||||
Reference in New Issue
Block a user