Whamcloud - gitweb
fuse2fs: clean up error messages
authorDarrick J. Wong <djwong@kernel.org>
Wed, 21 May 2025 22:35:41 +0000 (15:35 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 23 May 2025 05:10:10 +0000 (01:10 -0400)
commitac2ff60cd29e2de8a066ca3e64c7928056634efc
treef747acfdc3873c10130220e3caf28c634545f5c5
parentaf9b01d23006a365488b1be31d01afa2cce977b0
fuse2fs: clean up error messages

Instead of horridly line-wrapping multi-line messages that are printed
during mounting, let's just expand them to be one source code line per
printed line.  This will make it a lot easier for someone who sees the
these errors to grep the source code to find out where they came from.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Link: https://lore.kernel.org/r/174786677603.1383760.817536477752866097.stgit@frogsfrogsfrogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c