summaryrefslogtreecommitdiff
path: root/fs/bcachefs/disk_groups_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/disk_groups_types.h')
-rw-r--r--fs/bcachefs/disk_groups_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/disk_groups_types.h b/fs/bcachefs/disk_groups_types.h
index 55a67a4dca76..a54ef085b13d 100644
--- a/fs/bcachefs/disk_groups_types.h
+++ b/fs/bcachefs/disk_groups_types.h
@@ -5,6 +5,7 @@
struct bch_disk_group_cpu {
bool deleted;
u16 parent;
+ u8 label[BCH_SB_LABEL_SIZE];
struct bch_devs_mask devs;
};