bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 26 Sep 2023 20:02:06 +0000 (16:02 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:10:15 +0000 (17:10 -0400)
commitd2a990d1b132c8124a3856706f6b3663b9059bb5
tree43b7cb07ab9e318e29b5129d9d867718fa9ed3f8
parenta190cbcfa029b7921cfda484e2a125649496941e
bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errors

These errors aren't actual errors, and should never be printed - do this
in the common helpers.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bcachefs.h
fs/bcachefs/fsck.c
fs/bcachefs/inode.c
fs/bcachefs/tests.c