Commit
3ae8a19f97d0 ("generic/740: enable by default") moved these checks
down accidentally. Move them back up to make the test exit gracefully
when no scratch device is provided.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
_exclude_fs ocfs2
_exclude_fs udf
+_require_scratch_nocheck
+_require_no_large_scratch_dev
+
_require_block_device "${SCRATCH_DEV}"
# not all the FS support zoned block device
_require_non_zoned_device "${SCRATCH_DEV}"
-_require_scratch_nocheck
-_require_no_large_scratch_dev
-
echo "Silence is golden."
for fs in `echo ${MKFS_PROG}.* | sed -e "s:${MKFS_PROG}.::g"`
do