UDF does not support journalling. Make the appropriate feature test fail for it. Signed-off-by: Jan Kara <jack@xxxxxxx> --- common/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rc b/common/rc index ff1b75c9cd25..d3ce3acc3308 100644 --- a/common/rc +++ b/common/rc @@ -3014,7 +3014,7 @@ _require_metadata_journaling() fi case "$FSTYP" in - ext2|vfat|msdos) + ext2|vfat|msdos|udf) _notrun "$FSTYP does not support metadata journaling" ;; ext4) -- 2.12.3 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html