summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd_fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_fs.c b/cmd_fs.c
index c5aeb7b..44316fc 100644
--- a/cmd_fs.c
+++ b/cmd_fs.c
@@ -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++)