Commit 39d5d829 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Improve "unable to allocate journal write" message

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent e0d5bc6a
...@@ -2034,7 +2034,8 @@ CLOSURE_CALLBACK(bch2_journal_write) ...@@ -2034,7 +2034,8 @@ CLOSURE_CALLBACK(bch2_journal_write)
struct printbuf buf = PRINTBUF; struct printbuf buf = PRINTBUF;
buf.atomic++; buf.atomic++;
prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write: %s"), prt_printf(&buf, bch2_fmt(c, "Unable to allocate journal write at seq %llu: %s"),
le64_to_cpu(w->data->seq),
bch2_err_str(ret)); bch2_err_str(ret));
__bch2_journal_debug_to_text(&buf, j); __bch2_journal_debug_to_text(&buf, j);
spin_unlock(&j->lock); spin_unlock(&j->lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment