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:
9c61856
)
bcachefs: journal_shutdown is EROFS, not EIO
author
Kent Overstreet
<kent.overstreet@linux.dev>
Tue, 6 May 2025 04:22:26 +0000
(
00:22
-0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Wed, 7 May 2025 20:58:26 +0000
(16:58 -0400)
We often filter out EROFS errors to avoid log spew after an emergency
shutdown - journal_shutdown is just another emergency shutdown error.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/errcode.h
patch
|
blob
|
history
diff --git
a/fs/bcachefs/errcode.h
b/fs/bcachefs/errcode.h
index
a615e48
..
d9ebffa
100644
(file)
--- a/
fs/bcachefs/errcode.h
+++ b/
fs/bcachefs/errcode.h
@@
-269,7
+269,7
@@
x(BCH_ERR_invalid_sb, invalid_sb_downgrade) \
x(BCH_ERR_invalid, invalid_bkey) \
x(BCH_ERR_operation_blocked, nocow_lock_blocked) \
- x(E
IO,
journal_shutdown) \
+ x(E
ROFS,
journal_shutdown) \
x(EIO, journal_flush_err) \
x(EIO, journal_write_err) \
x(EIO, btree_node_read_err) \