]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: print_str_as_lines() -> print_str()
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 15 Apr 2025 21:31:47 +0000 (17:31 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:18 +0000 (20:14 -0400)
commitebf561b2083d797da4673207044855ccd764195b
tree0b686ee7f3a96546fd82dc2a2bee67a018609352
parent040c762152f5f4fb1b13e8a46c17ecb4e670d96d
bcachefs: print_str_as_lines() -> print_str()

bch2_print_string_as_lines() is a low level helper that allows messages
longer than 1k to be printed without truncation.

But we should always be printing with the helpers that take a filesystem
object, if we're in fsck they direct output to the userspace process
controlling fsck instead of the dmesg log.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
19 files changed:
fs/bcachefs/alloc_foreground.c
fs/bcachefs/bcachefs.h
fs/bcachefs/btree_io.c
fs/bcachefs/btree_iter.c
fs/bcachefs/btree_locking.c
fs/bcachefs/btree_node_scan.c
fs/bcachefs/btree_update_interior.c
fs/bcachefs/buckets.c
fs/bcachefs/data_update.c
fs/bcachefs/error.c
fs/bcachefs/fs-io.c
fs/bcachefs/io_write.c
fs/bcachefs/journal.c
fs/bcachefs/journal_io.c
fs/bcachefs/recovery_passes.c
fs/bcachefs/sb-members.c
fs/bcachefs/super.c
fs/bcachefs/util.c
fs/bcachefs/util.h