diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-07-19 14:29:30 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-07-19 14:29:30 -0400 |
commit | e17d8841efa4fa17150025eac9dd32a4b4610fc7 (patch) | |
tree | 1b685d8a4eaad56874d899839a519c696e3dc8a4 /libbcachefs/debug.c | |
parent | ffe083c31d0a387e5092e1709daf717c21c2a98d (diff) |
Update bcachefs sources to c1ec91699f60 workqueue: Basic memory allocation profiling supportv1.25.3
Diffstat (limited to 'libbcachefs/debug.c')
-rw-r--r-- | libbcachefs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/debug.c b/libbcachefs/debug.c index 97d7655a..33cb94f7 100644 --- a/libbcachefs/debug.c +++ b/libbcachefs/debug.c @@ -462,7 +462,7 @@ static void bch2_cached_btree_node_to_text(struct printbuf *out, struct bch_fs * struct btree *b) { if (!out->nr_tabstops) - printbuf_tabstop_push(out, 32); + printbuf_tabstop_push(out, 36); prt_printf(out, "%px ", b); bch2_btree_id_level_to_text(out, b->c.btree_id, b->c.level); |