]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: fix fsname option in some cases
authorNicholas Clark <nicholas.clark@gmail.com>
Tue, 16 Oct 2018 19:34:20 +0000 (15:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 16 Oct 2018 19:34:20 +0000 (15:34 -0400)
commit4dda2315104c4f6abc0cd6e3284fef32b7b59d2c
treeeb66120abd3d346dbb18a5563274b8a004ada8ed
parent711da486b0faa5055f2e4fcd6b09fac7dbb8d138
fuse2fs: fix fsname option in some cases

FUSE's parser allows command-line options to be specified before
or after the device/image and mount-path. This commit changes the
value of the fsname mount option to be correct even if options are
specified before the target device/image.

Signed-off-by: Nicholas Clark <nicholas.clark@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c