diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-19 16:13:16 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-22 02:07:22 -0400 |
commit | b8db1bd8020d5fecb3bf46cd8b954a657c20ba14 (patch) | |
tree | 0fbb8acd1d275294850e3d8fb6bde06db29309e9 /fs | |
parent | c2a503f3e98e191d86738f5438a3a2b69575c830 (diff) |
bcachefs: fix time_stats_to_text()
Fixes: 7423330e30ab ("bcachefs: prt_printf() now respects \r\n\t")
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/bcachefs/util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/util.c b/fs/bcachefs/util.c index 138320eaa2ad..1b8554460af4 100644 --- a/fs/bcachefs/util.c +++ b/fs/bcachefs/util.c @@ -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); |