projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a503f
)
bcachefs: fix time_stats_to_text()
author
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 19 Aug 2024 20:13:16 +0000
(16:13 -0400)
committer
Kent 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
patch
|
blob
|
history
diff --git
a/fs/bcachefs/util.c
b/fs/bcachefs/util.c
index
138320e
..
1b85544
100644
(file)
--- 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);