diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-03-19 00:04:52 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-14 19:00:14 -0400 |
| commit | 20ac515a9cc73d48be1462d2a04cda75215a1867 (patch) | |
| tree | 1da2ee6d3cca8fe11b9b520cc29a1de131a9331f /fs/bcachefs/disk_accounting_format.h | |
| parent | 6af91147b6b90552cdf1dd400eeb9da66920f3ce (diff) | |
| download | linux-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.h | 3 |
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, |
