From b436772376b530ef6c5a65c1d67ed21a99a01b39 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 27 Oct 2016 17:47:10 -0700 Subject: [PATCH] Add orphan key Printing the raw item is enough, it doesn't have a value to decode. Signed-off-by: Zach Brown --- utils/src/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/src/format.h b/utils/src/format.h index fd0cbd62..7a02c26a 100644 --- a/utils/src/format.h +++ b/utils/src/format.h @@ -108,6 +108,7 @@ struct scoutfs_key { #define SCOUTFS_LINK_BACKREF_KEY 6 #define SCOUTFS_SYMLINK_KEY 7 #define SCOUTFS_BMAP_KEY 8 +#define SCOUTFS_ORPHAN_KEY 9 #define SCOUTFS_MAX_ITEM_LEN 512