Skip to content

Commit

Permalink
common: UDF does not support journalling
Browse files Browse the repository at this point in the history
UDF does not support journalling. Make the appropriate feature test fail
for it.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
  • Loading branch information
jankara authored and Eryu Guan committed Jun 14, 2017
1 parent 0a2d833 commit fabaef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fabaef2

Please sign in to comment.