]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Don't log fsck err in the journal if doing repair elsewhere
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 19 Jun 2025 16:50:06 +0000 (12:50 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 19 Jun 2025 17:08:07 +0000 (13:08 -0400)
commit32a01cd4334175a0ae42b3c3d7f37fd26468ecc3
treea61f035a282c3a72e87a42fe14a0b5dd272d31b8
parentb2348fe6c81cc92c7d0bd8a7d9241f8de0fa72b7
bcachefs: Don't log fsck err in the journal if doing repair elsewhere

This fixes exceeding the bump allocator limit when the allocator finds
many buckets that need repair - they're repaired asynchronously, which
means that every error logged a message in the bump allocator, without
committing.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/alloc_background.c
fs/bcachefs/btree_iter.c
fs/bcachefs/error.c
fs/bcachefs/sb-errors_format.h