mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 17:56:51 +00:00
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>
This commit is contained in:
parent
cb10f56cb6
commit
e4706adbe0
5
mkfs.c
5
mkfs.c
@ -1502,11 +1502,6 @@ int main(int ac, char **av)
|
|||||||
file = av[optind++];
|
file = av[optind++];
|
||||||
ssd = is_ssd(file);
|
ssd = is_ssd(file);
|
||||||
|
|
||||||
if (mixed) {
|
|
||||||
if (verbose)
|
|
||||||
printf("Forcing mixed metadata/data groups\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Set default profiles according to number of added devices.
|
* Set default profiles according to number of added devices.
|
||||||
* For mixed groups defaults are single/single.
|
* For mixed groups defaults are single/single.
|
||||||
|
Loading…
Reference in New Issue
Block a user