]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: don't try to mount after option parsing errors
authorDarrick J. Wong <djwong@kernel.org>
Sun, 6 Jul 2025 18:32:50 +0000 (11:32 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 Jul 2025 14:41:55 +0000 (10:41 -0400)
commite7774d8fef39d16eb96f1e55cf2f33d3acb14d88
tree0081e2226a70cc48095af644453cfbdd53af1ca6
parent861aa217652426711a619d11aab5c92006a98e22
fuse2fs: don't try to mount after option parsing errors

Actually check the outcome of parsing CLI options before trying to
mount.

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