bcachefs: fix time_stats_to_text()
Fixes: 7423330e30
("bcachefs: prt_printf() now respects \r\n\t")
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
c2a503f3e9
commit
b8db1bd802
@ -416,7 +416,6 @@ void bch2_time_stats_to_text(struct printbuf *out, struct bch2_time_stats *stats
|
|||||||
printbuf_tabstop_push(out, TABSTOP_SIZE + 2);
|
printbuf_tabstop_push(out, TABSTOP_SIZE + 2);
|
||||||
|
|
||||||
prt_printf(out, "\tsince mount\r\trecent\r\n");
|
prt_printf(out, "\tsince mount\r\trecent\r\n");
|
||||||
prt_printf(out, "recent");
|
|
||||||
|
|
||||||
printbuf_tabstops_reset(out);
|
printbuf_tabstops_reset(out);
|
||||||
printbuf_tabstop_push(out, out->indent + 20);
|
printbuf_tabstop_push(out, out->indent + 20);
|
||||||
|
Loading…
Reference in New Issue
Block a user