Print orphan items

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2017-04-18 14:20:43 -07:00
parent c4f2563cc1
commit 38c8a4901f
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -262,6 +262,12 @@ struct scoutfs_readdir_key {
__be64 pos;
} __packed;
/* no value */
struct scoutfs_orphan_key {
__u8 type;
__be64 ino;
} __packed;
struct scoutfs_btree_root {
u8 height;
struct scoutfs_block_ref ref;