Currently, f2fs/019 and f2fs/020 only clears MKFS_OPTIONS. This causes
the tests to fail when leftover MOUNT_OPTIONS depend on unapplied
MKFS_OPTIONS. So MOUNT_OPTIONS should also be cleared to ensure reliable
mounting.
Signed-off-by: Joanne Chang <joannechien@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
# remove all mkfs options to avoid layout change of on-disk inode
export MKFS_OPTIONS=""
+export MOUNT_OPTIONS=""
testfile=$SCRATCH_MNT/testfile
# remove all mkfs options to avoid layout change of on-disk inode
export MKFS_OPTIONS=""
+export MOUNT_OPTIONS=""
testdir=$SCRATCH_MNT/testdir