]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: bch2_run_explicit_recovery_pass_printbuf()
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 15 Apr 2025 17:45:39 +0000 (13:45 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:16 +0000 (20:14 -0400)
commitbb36a12921e5fc76f3b26a80ab0217d3dc62a473
treea52b70261d50058c6b759897007682275d9e3362
parent5022d0e18394c1c1cd41b5aae9ae6056b49ce678
bcachefs: bch2_run_explicit_recovery_pass_printbuf()

We prefer helpers that emit log messages to printbufs rather than
printing them directly; that way, we can ensure that different log
messages from the same event are grouped together and formatted
appropriately in the dmesg log.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/buckets.c
fs/bcachefs/error.c
fs/bcachefs/recovery_passes.c
fs/bcachefs/recovery_passes.h