refactor: one more step towards arch-agnostic design
[lunaix-os.git] / lunaix-os / kernel / fs / iso9660 / mount.c
index 35ebb4b3d53bc8219e909f27bee4f82e37fda265..724128f592c292cf389b17390831bff05201e631 100644 (file)
@@ -93,6 +93,8 @@ int
 iso9660_unmount(struct v_superblock* vsb)
 {
     vfree(vsb->data);
+
+    return 0;
 }
 
 void