chore: fix almost *ALL* warnings.
[lunaix-os.git] / lunaix-os / kernel / fs / iso9660 / mount.c
index 5d7fdc957d4b842c573a3068d435ad32e76af082..724128f592c292cf389b17390831bff05201e631 100644 (file)
@@ -92,7 +92,9 @@ done:
 int
 iso9660_unmount(struct v_superblock* vsb)
 {
-    // TODO clean up
+    vfree(vsb->data);
+
+    return 0;
 }
 
 void