mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00: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