diff options
Diffstat (limited to 'libbcachefs/sb-counters_format.h')
-rw-r--r-- | libbcachefs/sb-counters_format.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/sb-counters_format.h b/libbcachefs/sb-counters_format.h index 2e3a56bf..f3ea53a5 100644 --- a/libbcachefs/sb-counters_format.h +++ b/libbcachefs/sb-counters_format.h @@ -31,6 +31,8 @@ enum counters_flags { x(io_move_fail, 38, TYPE_COUNTER) \ x(io_move_write_fail, 82, TYPE_COUNTER) \ x(io_move_start_fail, 39, TYPE_COUNTER) \ + x(io_move_drop_only, 91, TYPE_COUNTER) \ + x(io_move_noop, 92, TYPE_COUNTER) \ x(io_move_created_rebalance, 83, TYPE_COUNTER) \ x(io_move_evacuate_bucket, 84, TYPE_COUNTER) \ x(bucket_invalidate, 3, TYPE_COUNTER) \ |