git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix file system racing and ext2 directory insertion (#58)
[lunaix-os.git]
/
lunaix-os
/
kernel
/
fs
/
LConfig
diff --git
a/lunaix-os/kernel/fs/LConfig
b/lunaix-os/kernel/fs/LConfig
index 194e1868a7ab0737b1fcfe093f08108e954b67c5..880d6c68a102c502c6d7f7d66c8d9f8a83d58806 100644
(file)
--- a/
lunaix-os/kernel/fs/LConfig
+++ b/
lunaix-os/kernel/fs/LConfig
@@
-19,3
+19,5
@@
def file_system():
type(bool)
default(True)
+
+include("ext2")
\ No newline at end of file