feat: (iso9660) directory read support
[lunaix-os.git] / lunaix-os / kernel / fs / ramfs / ramfs.c
index a1018daa7fcd22dd04503d5a39b490d31dd7fdb7..f33d330818504725a23292fc412f5e8425b63cfc 100644 (file)
@@ -117,7 +117,7 @@ ramfs_unmount(struct v_superblock* vsb)
 void
 ramfs_init()
 {
-    struct filesystem* ramfs = fsm_new_fs("ramfs", 5);
+    struct filesystem* ramfs = fsm_new_fs("ramfs", -1);
     ramfs->mount = ramfs_mount;
     ramfs->unmount = ramfs_unmount;