]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/530: only use xfs-specific mkfs options when testing on xfs v2024.12.22
authorTheodore Ts'o <tytso@mit.edu>
Sun, 15 Dec 2024 05:12:42 +0000 (00:12 -0500)
committerZorro Lang <zlang@kernel.org>
Sun, 22 Dec 2024 14:22:55 +0000 (22:22 +0800)
commit023070744cef1fde8a5b4fbd8fa134cd5098843e
tree9da8d5230faa11ea39f2c41530dc8012aa751ed8
parentf7262fd49cf89e38f72cb4a7e71a1509e2f49ef5
generic/530: only use xfs-specific mkfs options when testing on xfs

This fixes a regression introduced by commit 000813899afb ("fstests:
scale some tests for high CPU count sanity") where this test
unconditionally tried to use the mkfs option "-l size=256m" which
would break when testing any file sytem other than xfs.

Fix this the same way commit 000813899afb dealt with this for
generic/531; so this was just an oversight.

Fixes: 000813899afb ("fstests: scale some tests for high CPU count sanity")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/530