From: Jan Kara Date: Mon, 23 Dec 2013 22:53:51 +0000 (+0000) Subject: Add udf support into _scratch_mkfs_sized X-Git-Tag: v2022.05.01~3306 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7e4cac452bf38ee4ace80b60efca7f6318b88eea;p=xfstests-dev.git Add udf support into _scratch_mkfs_sized Signed-off-by: Jan Kara Reviewed-by: Ben Myers Reviewed-by: Carlos Maiolino Signed-off-by: Rich Johnston --- diff --git a/common/rc b/common/rc index b3ccf9f1..a585eb59 100644 --- a/common/rc +++ b/common/rc @@ -608,6 +608,9 @@ _scratch_mkfs_sized() ext2|ext3|ext4|ext4dev) yes | ${MKFS_PROG}.$FSTYP $MKFS_OPTIONS -b $blocksize $SCRATCH_DEV $blocks ;; + udf) + $MKFS_UDF_PROG $MKFS_OPTIONS -b $blocksize $SCRATCH_DEV $blocks + ;; btrfs) $MKFS_BTRFS_PROG $MKFS_OPTIONS -b $fssize $SCRATCH_DEV ;;