]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
f2fs/{019,020}: clear MOUNT_OPTIONS alongside MKFS_OPTIONS
authorJoanne Chang <joannechien@google.com>
Wed, 12 Nov 2025 13:52:23 +0000 (13:52 +0000)
committerZorro Lang <zlang@kernel.org>
Sat, 15 Nov 2025 07:12:01 +0000 (15:12 +0800)
commit1ffbdcaae45a6acf76193f3a83c78e837d14f8ad
tree844bbf6f32a292911e0748d0161577f2ec087740
parent21be8aa17349ff191598cf35428dce644b8ce61f
f2fs/{019,020}: clear MOUNT_OPTIONS alongside MKFS_OPTIONS

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>
tests/f2fs/019
tests/f2fs/020