btrfs-progs: mkfs: drop mixed from summary

The mixed-bg incompat feature should be enough.

Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
David Sterba 2015-06-08 15:06:17 +02:00
parent d209d6fc97
commit b6179c8942

1
mkfs.c
View file

@ -1641,7 +1641,6 @@ raid_groups:
btrfs_group_profile_str(metadata_profile));
printf(" Data profile:\t\t%s\n",
btrfs_group_profile_str(data_profile));
printf(" Mixed mode:\t\t%s\n", mixed ? "YES" : "NO");
printf(" SSD detected:\t\t%s\n", ssd ? "YES" : "NO");
btrfs_parse_features_to_string(features_buf, features);
printf(" Incompat features:\t%s", features_buf);