| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 2/2] Add udf support into _scratch_mkfs_sized |
| From: | Jan Kara <jack@xxxxxxx> |
| Date: | Mon, 23 Dec 2013 23:53:51 +0100 |
| Cc: | Jan Kara <jack@xxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1387839231-8558-1-git-send-email-jack@xxxxxxx> |
| References: | <1387839231-8558-1-git-send-email-jack@xxxxxxx> |
Signed-off-by: Jan Kara <jack@xxxxxxx>
---
common/rc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/common/rc b/common/rc
index 12f0196655a8..22cd975b3fe8 100644
--- a/common/rc
+++ b/common/rc
@@ -563,6 +563,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
;;
--
1.8.1.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/2] Fix output parsing in _check_udf_filesystem(), Jan Kara |
|---|---|
| Next by Date: | [PATCH 0/2] xfstests: UDF support improvements, Jan Kara |
| Previous by Thread: | [PATCH 1/2] Fix output parsing in _check_udf_filesystem(), Jan Kara |
| Next by Thread: | Vos capsules expresso chez vous pour 1 euro, Coffee Box par Zetrend |
| Indexes: | [Date] [Thread] [Top] [All Lists] |