]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: EIO cleanup
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 20 Mar 2025 14:16:48 +0000 (10:16 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:36 +0000 (09:50 -0400)
commit8a9f3d058279ed0f99114e0449d129fb5abc5eca
treede43cdc0d16ded798548b49b6ceeae51ba19d02d
parent127d90d2823ef45dd37246aaf7bb0392e6231c38
bcachefs: EIO cleanup

Replace these with proper private error codes, so that when we get an
error message we're not sifting through the entire codebase to see where
it came from.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
13 files changed:
fs/bcachefs/alloc_background.c
fs/bcachefs/alloc_foreground.c
fs/bcachefs/alloc_foreground.h
fs/bcachefs/checksum.c
fs/bcachefs/compress.c
fs/bcachefs/data_update.c
fs/bcachefs/ec.c
fs/bcachefs/ec.h
fs/bcachefs/errcode.h
fs/bcachefs/inode.c
fs/bcachefs/io_write.c
fs/bcachefs/journal_io.c
fs/bcachefs/journal_reclaim.c