Revert "fstools: support for ext4fs overlay"
[project/fstools.git] / libfstools / find.c
index 9fd83c9d3396e04d4eb7572958e3e5b573cbe40e..0440052bf51c42bd7be2ff876e9ddd1a228263b4 100644 (file)
@@ -102,8 +102,7 @@ find_mount_point(char *block, int mtd_only)
 
                        if (mtd_only &&
                            strncmp(t, "jffs2", 5) &&
-                           strncmp(t, "ubifs", 5) &&
-                           strncmp(t, "ext4", 4)) {
+                           strncmp(t, "ubifs", 5)) {
                                fclose(fp);
                                ULOG_ERR("block is mounted with wrong fs\n");
                                return NULL;