]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: use error logging macro for mount errors
authorDarrick J. Wong <djwong@kernel.org>
Thu, 24 Apr 2025 21:39:29 +0000 (14:39 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2025 13:55:30 +0000 (09:55 -0400)
commit348d84817d8f37ba61b4c3c6c044ae9d075cbbbf
treed6d15433f362847204a88b75b30f27a634f34cb6
parent5cdebf3eebc22cb850e7ba0344379a4918ef4a1a
fuse2fs: use error logging macro for mount errors

Use err_printf for mount errors so that they all have a standard format
and go where all the other errors go.

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