]> www.infradead.org Git - users/dwmw2/linux.git/commit
bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction restarts
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 7 Feb 2025 18:37:30 +0000 (13:37 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:12 +0000 (21:02 -0400)
commit06284963e3d86c5e0cf56982c2d947eeb0f30871
tree2487a01ea7809a1c79c746caa94b7f1d615fc5ba
parent45f0e6c838e5d9af3f013adb4ba9aad3bcbcbe3b
bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction restarts

we're starting to use error messages with paths in fsck_errors(), where
we do not want nested transaction restart handling, so let's prepare for
that.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/error.c
fs/bcachefs/error.h
fs/bcachefs/fs-io-buffered.c
fs/bcachefs/io_misc.c
fs/bcachefs/io_read.c