Include superblock, journal in fs usage output

This commit is contained in:
Kent Overstreet 2018-08-15 19:41:36 -04:00
parent cecf7e05e1
commit 9c62b2b4f1

View File

@ -87,7 +87,7 @@ static void print_fs_usage(const char *path, enum units units)
printf("%-20s%12s%12s%12s%12s\n",
"By replicas:", "1x", "2x", "3x", "4x");
for (j = BCH_DATA_BTREE; j < BCH_DATA_NR; j++) {
for (j = BCH_DATA_SB; j < BCH_DATA_NR; j++) {
printf_pad(20, " %s:", bch2_data_types[j]);
for (i = 0; i < BCH_REPLICAS_MAX; i++)