btrfs-progs: mkfs: remove stray message about forced mixed-bg

We no longer force mixed-bg mode since "Btrfs-progs: Do not force mixed
block group creation unless '-M' option is specified", the message is
not relevant anymore.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2015-10-26 20:02:22 +01:00
parent cb10f56cb6
commit e4706adbe0
1 changed files with 0 additions and 5 deletions

5
mkfs.c
View File

@ -1502,11 +1502,6 @@ int main(int ac, char **av)
file = av[optind++];
ssd = is_ssd(file);
if (mixed) {
if (verbose)
printf("Forcing mixed metadata/data groups\n");
}
/*
* Set default profiles according to number of added devices.
* For mixed groups defaults are single/single.