diff mbox

[2/2] common: UDF does not support journalling

Message ID 20170614071921.6741-2-jack@suse.cz (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kara June 14, 2017, 7:19 a.m. UTC
UDF does not support journalling. Make the appropriate feature test fail
for it.

Signed-off-by: Jan Kara <jack@suse.cz>
---
 common/rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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)