diff options
Diffstat (limited to 'fs/bcachefs/bcachefs_format.h')
-rw-r--r-- | fs/bcachefs/bcachefs_format.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/bcachefs/bcachefs_format.h b/fs/bcachefs/bcachefs_format.h index a663f9d3fb51..c7971e5c7c36 100644 --- a/fs/bcachefs/bcachefs_format.h +++ b/fs/bcachefs/bcachefs_format.h @@ -830,7 +830,8 @@ struct bch_alloc { x(write_time, 2) \ x(data_type, 1) \ x(dirty_sectors, 2) \ - x(cached_sectors, 2) + x(cached_sectors, 2) \ + x(oldest_gen, 1) enum { #define x(name, bytes) BCH_ALLOC_FIELD_##name, |