]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
bcachefs: fix time_stats_to_text()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 19 Aug 2024 20:13:16 +0000 (16:13 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 Aug 2024 06:07:22 +0000 (02:07 -0400)
Fixes: 7423330e30ab ("bcachefs: prt_printf() now respects \r\n\t")
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/util.c

index 138320eaa2ad3965a971890b0eab035fe860a83e..1b8554460af47e0fac887c575fda2b0278df0038 100644 (file)
@@ -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);
 
        prt_printf(out, "\tsince mount\r\trecent\r\n");
-       prt_printf(out, "recent");
 
        printbuf_tabstops_reset(out);
        printbuf_tabstop_push(out, out->indent + 20);