bcachefs: Drop redundant "read error" call from btree_gc
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 15 Dec 2024 07:03:11 +0000 (02:03 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 10 Jan 2025 04:38:41 +0000 (23:38 -0500)
commit30e32692d6b898338db26f6caf6fef295ce7ec68
treef3e3b048695b09686620ed05abf82f8ab5b92562
parent6542afe299eaa1be530caa56c455492f470896cb
bcachefs: Drop redundant "read error" call from btree_gc

The btree node read error path already calls topology error, so this is
entirely redundant, and we're not specific enough about our error codes
- this was triggering for bucket_ref_update() errors.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_gc.c