From b6179c8942094f188c248aa3595b72f7bc21e156 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 8 Jun 2015 15:06:17 +0200 Subject: [PATCH] btrfs-progs: mkfs: drop mixed from summary The mixed-bg incompat feature should be enough. Signed-off-by: David Sterba --- mkfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mkfs.c b/mkfs.c index 5ff758f3..a73874a5 100644 --- a/mkfs.c +++ b/mkfs.c @@ -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);