diff options
Diffstat (limited to 'libbcachefs/alloc_background_format.h')
-rw-r--r-- | libbcachefs/alloc_background_format.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/alloc_background_format.h b/libbcachefs/alloc_background_format.h index b4ec20be..47d9d006 100644 --- a/libbcachefs/alloc_background_format.h +++ b/libbcachefs/alloc_background_format.h @@ -70,6 +70,8 @@ struct bch_alloc_v4 { __u32 stripe; __u32 nr_external_backpointers; __u64 fragmentation_lru; + __u32 stripe_sectors; + __u32 pad; } __packed __aligned(8); #define BCH_ALLOC_V4_U64s_V0 6 |