Fix file system racing and ext2 directory insertion (#58)
[lunaix-os.git] / lunaix-os / kernel / fs / ext2 / LConfig
diff --git a/lunaix-os/kernel/fs/ext2/LConfig b/lunaix-os/kernel/fs/ext2/LConfig
new file mode 100644 (file)
index 0000000..f5cb0a6
--- /dev/null
@@ -0,0 +1,11 @@
+
+@Collection("ext2")
+def ext2_fs():
+    add_to_collection(file_system)
+
+    @Term("Debug Messages")
+    def ext2_debug_msg():
+        type(bool)
+        default(False)
+
+    return v(fs_ext2)
\ No newline at end of file