summaryrefslogtreecommitdiff
path: root/fs/bcachefs/disk_accounting_format.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-03-19 00:04:52 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-07-14 19:00:14 -0400
commit20ac515a9cc73d48be1462d2a04cda75215a1867 (patch)
tree1da2ee6d3cca8fe11b9b520cc29a1de131a9331f /fs/bcachefs/disk_accounting_format.h
parent6af91147b6b90552cdf1dd400eeb9da66920f3ce (diff)
downloadlinux-20ac515a9cc73d48be1462d2a04cda75215a1867.tar.gz
linux-20ac515a9cc73d48be1462d2a04cda75215a1867.tar.bz2
linux-20ac515a9cc73d48be1462d2a04cda75215a1867.zip
bcachefs: bch_acct_rebalance_work
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/disk_accounting_format.h')
-rw-r--r--fs/bcachefs/disk_accounting_format.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/bcachefs/disk_accounting_format.h b/fs/bcachefs/disk_accounting_format.h
index 057d82c7e0b1..cba417060b33 100644
--- a/fs/bcachefs/disk_accounting_format.h
+++ b/fs/bcachefs/disk_accounting_format.h
@@ -102,7 +102,8 @@ static inline bool data_type_is_hidden(enum bch_data_type type)
x(dev_data_type, 3) \
x(compression, 4) \
x(snapshot, 5) \
- x(btree, 6)
+ x(btree, 6) \
+ x(rebalance_work, 7)
enum disk_accounting_type {
#define x(f, nr) BCH_DISK_ACCOUNTING_##f = nr,