]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/bcachefs_format.h
Update bcachefs sources to 8e1519ccb6 bcachefs: Add tracepoint & counter for btree...
[bcachefs-tools-debian] / libbcachefs / bcachefs_format.h
index fdd0050c2707a608652207a0fd7060d138945568..750a6923ef4324032015f3081764ed25c64998d2 100644 (file)
@@ -1474,7 +1474,8 @@ struct bch_sb_field_disk_groups {
        x(transaction_commit,                           72)     \
        x(write_super,                                  73)     \
        x(trans_restart_would_deadlock_recursion_limit, 74)     \
-       x(trans_restart_write_buffer_flush,             75)
+       x(trans_restart_write_buffer_flush,             75)     \
+       x(trans_restart_split_race,                     76)
 
 enum bch_persistent_counters {
 #define x(t, n, ...) BCH_COUNTER_##t,