git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add locks to the shared objects of ext2 fs
[lunaix-os.git]
/
lunaix-os
/
kernel
/
fs
/
ext2
/
LConfig
1
2
@Collection("ext2")
3
def ext2_fs():
4
add_to_collection(file_system)
5
6
@Term("Debug Messages")
7
def ext2_debug_msg():
8
type(bool)
9
default(False)
10
11
return v(fs_ext2)