mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
bcachefs: fix flag printing in journal_buf_to_text()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
aef7eecb57
commit
b25fd02ab4
|
|
@ -77,9 +77,9 @@ static void bch2_journal_buf_to_text(struct printbuf *out, struct journal *j, u6
|
|||
if (buf->write_started)
|
||||
prt_str(out, "write_started ");
|
||||
if (buf->write_allocated)
|
||||
prt_str(out, "write allocated ");
|
||||
prt_str(out, "write_allocated ");
|
||||
if (buf->write_done)
|
||||
prt_str(out, "write done");
|
||||
prt_str(out, "write_done");
|
||||
prt_newline(out);
|
||||
|
||||
printbuf_indent_sub(out, 2);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user