From: Goffredo Baroncelli <kreijack@xxxxxxxxx>
Add a check in 'btrfs fi us' command to detect if a filesystem has
mixed profiles for data/metadata/system. In this case
a warning is showed.
Signed-off-by: Goffredo Baroncelli <kreijack@xxxxxxxxx>
---
cmds/filesystem-usage.c | 2 ++
1 file changed, 2 insertions(+)
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)
--
2.26.0.rc2