summaryrefslogtreecommitdiff
path: root/mkfs/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/common.h')
-rw-r--r--mkfs/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkfs/common.h b/mkfs/common.h
index 09edc28b..00f219a8 100644
--- a/mkfs/common.h
+++ b/mkfs/common.h
@@ -39,10 +39,11 @@ struct btrfs_mkfs_config {
u64 features;
/* Size of the filesystem in bytes */
u64 num_bytes;
- /* Logical addresses of superblock [0] and other tree roots */
- u64 blocks[8];
/* Output fields, set during creation */
+
+ /* Logical addresses of superblock [0] and other tree roots */
+ u64 blocks[8];
char fs_uuid[BTRFS_UUID_UNPARSED_SIZE];
char chunk_uuid[BTRFS_UUID_UNPARSED_SIZE];