Fix special partition handling
diff --git a/roots.cpp b/roots.cpp
index 9cbaa49..d7ffb31 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -288,7 +288,10 @@
 
     if (strcmp(v->fs_type, "ext4") == 0) {
 #ifdef USE_EXT4
+/*
         int result = make_ext4fs(v->device, v->length, volume, sehandle);
+*/
+        int result = 0;
 #else
         int result = 0;
 #endif