diff options
Diffstat (limited to 'fs/bcachefs/disk_accounting_format.h')
-rw-r--r-- | fs/bcachefs/disk_accounting_format.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/bcachefs/disk_accounting_format.h b/fs/bcachefs/disk_accounting_format.h index 4ff42466f2a6..af5f5789fe5d 100644 --- a/fs/bcachefs/disk_accounting_format.h +++ b/fs/bcachefs/disk_accounting_format.h @@ -99,8 +99,7 @@ static inline bool data_type_is_hidden(enum bch_data_type type) x(nr_inodes, 0) \ x(persistent_reserved, 1) \ x(replicas, 2) \ - x(dev_data_type, 3) \ - x(dev_stripe_buckets, 4) + x(dev_data_type, 3) enum disk_accounting_type { #define x(f, nr) BCH_DISK_ACCOUNTING_##f = nr, |