]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
f2fs/021: Fix mount syntax for disabling jquota
authorJoanne Chang <joannechien@google.com>
Wed, 13 May 2026 03:20:09 +0000 (03:20 +0000)
committerZorro Lang <zlang@kernel.org>
Wed, 20 May 2026 10:42:32 +0000 (18:42 +0800)
commitc5ddd1789ae14e1acd512f6cc2af61778ac53aa6
tree51805ff380b5450b44b0217a7fd649738a44635a
parent55d8071bc4a86895fadb5d7767ef1f016df7d010
f2fs/021: Fix mount syntax for disabling jquota

F2FS has removed the trailing "=" in the mount options for disabling
user journaled quotas. Update f2fs/021 to try the new syntax first and
fall back to the legacy syntax if the initial mount attempt fails.

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/021