diff options
Diffstat (limited to 'libbcachefs/super_types.h')
-rw-r--r-- | libbcachefs/super_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/super_types.h b/libbcachefs/super_types.h index d8b159a5..89419fc7 100644 --- a/libbcachefs/super_types.h +++ b/libbcachefs/super_types.h @@ -32,6 +32,7 @@ struct bch_member_cpu { u8 discard; u8 data_allowed; u8 durability; + u8 freespace_initialized; u8 valid; }; |