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:
dbe4674
)
bcachefs: improve missing journal write device error message
author
Kent Overstreet
<kent.overstreet@linux.dev>
Tue, 29 Apr 2025 03:33:06 +0000
(23:33 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Wed, 30 Apr 2025 15:49:28 +0000
(11:49 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/journal_io.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/journal_io.c
b/fs/bcachefs/journal_io.c
index
2a54ac7
..
63cdf88
100644
(file)
--- a/
fs/bcachefs/journal_io.c
+++ b/
fs/bcachefs/journal_io.c
@@
-1782,7
+1782,7
@@
static CLOSURE_CALLBACK(journal_write_submit)
struct bch_dev *ca = bch2_dev_get_ioref(c, ptr->dev, WRITE);
if (!ca) {
/* XXX: fix this */
- bch_err(c, "missing device
for journal write\n"
);
+ bch_err(c, "missing device
%u for journal write", ptr->dev
);
continue;
}