Message ID | 20200325201042.190332-5-kreijack@libero.it (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] btrfs-progs: Add missing fields to btrfs_raid_array[] for raid1c[34]. | expand |
diff --git a/cmds/filesystem-usage.c b/cmds/filesystem-usage.c index aa7065d5..b867dc15 100644 --- a/cmds/filesystem-usage.c +++ b/cmds/filesystem-usage.c @@ -1030,6 +1030,8 @@ static int cmd_filesystem_usage(const struct cmd_struct *cmd, if (more_than_one) printf("\n"); + btrfs_check_for_mixed_profiles_by_fd(fd); + ret = load_chunk_and_device_info(fd, &chunkinfo, &chunkcount, &devinfo, &devcount); if (ret)