]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
ext4/044: Fix failure when mount options are incompatible with ext3
authorJan Kara <jack@suse.cz>
Mon, 5 Dec 2022 12:41:44 +0000 (13:41 +0100)
committerZorro Lang <zlang@kernel.org>
Thu, 8 Dec 2022 12:47:30 +0000 (20:47 +0800)
commit7823f7c160d78ca1eaac35b37943721679bb46cd
tree5d5be92d1fa78d02175203990cbe1c5ff5119a83
parent8742da385e0022c17d4ce6efdae329aa5e2084e6
ext4/044: Fix failure when mount options are incompatible with ext3

There are some mount options that are incompatible with ext3 filesystem
type. If they are used, this test fails because it tries to remount the
filesystem as ext3. The test makes sense even without remounting as ext3
so just make the test silently skip the remount.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: David Disseldorp <ddiss@suse.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/ext4/044