diff --git a/commands/df/df.c b/commands/df/df.c index 908b58a10..8fb29033e 100644 --- a/commands/df/df.c +++ b/commands/df/df.c @@ -185,7 +185,7 @@ static void readmtab(const char *type) devname[0] != 0) { if (strcmp(type, "dev") == 0) { if (strcmp(version, "1") != 0 && strcmp(version, "2") != 0 && - strcmp(version, "3")) + strcmp(version, "3") && strcmp(version, "MFSv3")) continue; } else { if (strcmp(type, version) != 0) continue;