mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common/rc: fix _scratch_mkfs_blocksized indentation
No function change. Fix indentation. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -1143,10 +1143,12 @@ _scratch_mkfs_blocksized()
|
||||
${MKFS_PROG} -t $FSTYP $MKFS_OPTIONS -O -b $blocksize $SCRATCH_DEV
|
||||
;;
|
||||
ocfs2)
|
||||
yes | ${MKFS_PROG} -t $FSTYP -F $MKFS_OPTIONS -b $blocksize -C $blocksize $SCRATCH_DEV
|
||||
yes | ${MKFS_PROG} -t $FSTYP -F $MKFS_OPTIONS -b $blocksize \
|
||||
-C $blocksize $SCRATCH_DEV
|
||||
;;
|
||||
bcachefs)
|
||||
${MKFS_PROG} -t $FSTYP $MKFS_OPTIONS --block_size=$blocksize $SCRATCH_DEV
|
||||
${MKFS_PROG} -t $FSTYP $MKFS_OPTIONS --block_size=$blocksize \
|
||||
$SCRATCH_DEV
|
||||
;;
|
||||
*)
|
||||
_notrun "Filesystem $FSTYP not supported in _scratch_mkfs_blocksized"
|
||||
|
||||
Reference in New Issue
Block a user