common/config: remove default 4k blocksize from XFS_MKFS_OPTIONS
authorZorro Lang <zlang@redhat.com>
Tue, 25 May 2021 04:46:41 +0000 (12:46 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 6 Jun 2021 14:01:52 +0000 (22:01 +0800)
commitdd562778ca935ea567c670c763860b7b8e43c8b5
treef3ac877d1dec7679375997483823158b5e9709cc
parent91104670c94f4d814104218eabf7c83d01eb2ef1
common/config: remove default 4k blocksize from XFS_MKFS_OPTIONS

xfstests set "-bsize=4k" to XFS_MKFS_OPTIONS by default, then give
it to MKFS_OPTIOPNS. So MKFS_OPTIOPNS always contains "-bsize=4k"
except we set XFS_MKFS_OPTIONS manually.

It's useless to set XFS_MKFS_OPTIONS to "-bsize=4096" by default,
especially that will cause all cases with _scratch_mkfs_blocksized()
always fail as "-b size option respecified", when test on XFS. For
exmaple: generic/222

Signed-off-by: Zorro Lang <zlang@redhat.com>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
common/config