diff options
Diffstat (limited to 'libbcachefs/subvolume_types.h')
-rw-r--r-- | libbcachefs/subvolume_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/subvolume_types.h b/libbcachefs/subvolume_types.h index 86833445..2d2e66a4 100644 --- a/libbcachefs/subvolume_types.h +++ b/libbcachefs/subvolume_types.h @@ -20,7 +20,7 @@ struct snapshot_t { }; struct snapshot_table { - struct snapshot_t s[0]; + DECLARE_FLEX_ARRAY(struct snapshot_t, s); }; typedef struct { |