diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-12 22:46:53 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-17 16:09:41 -0400 |
commit | e2e14931119598a47b143c0b03af90fba604533b (patch) | |
tree | ae8f99341731cca607a9c2eb5588c8ca84b252da /libbcachefs/sb-counters_format.h | |
parent | 8b93af8747bd9de6bce60d1da2d6c8f2728f9ce3 (diff) |
Update bcachefs sources to e7015d0df31c bcachefs: Simplify bch2_xattr_emit() implementationv1.11.0
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/sb-counters_format.h')
-rw-r--r-- | libbcachefs/sb-counters_format.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/sb-counters_format.h b/libbcachefs/sb-counters_format.h index 62ea4782..bb2214ad 100644 --- a/libbcachefs/sb-counters_format.h +++ b/libbcachefs/sb-counters_format.h @@ -81,7 +81,8 @@ x(trans_restart_write_buffer_flush, 75) \ x(trans_restart_split_race, 76) \ x(write_buffer_flush_slowpath, 77) \ - x(write_buffer_flush_sync, 78) + x(write_buffer_flush_sync, 78) \ + x(trans_restart_freeing_inode, 79) enum bch_persistent_counters { #define x(t, n, ...) BCH_COUNTER_##t, |