Skip to content

Commit b8db1bd

Browse files
author
Kent Overstreet
committed
bcachefs: fix time_stats_to_text()
Fixes: 7423330 ("bcachefs: prt_printf() now respects \r\n\t") Signed-off-by: Kent Overstreet <[email protected]>
1 parent c2a503f commit b8db1bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/bcachefs/util.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ void bch2_time_stats_to_text(struct printbuf *out, struct bch2_time_stats *stats
416416
printbuf_tabstop_push(out, TABSTOP_SIZE + 2);
417417

418418
prt_printf(out, "\tsince mount\r\trecent\r\n");
419-
prt_printf(out, "recent");
420419

421420
printbuf_tabstops_reset(out);
422421
printbuf_tabstop_push(out, out->indent + 20);

0 commit comments

Comments
 (0)