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
feat: device subsystem rework
[lunaix-os.git]
/
lunaix-os
/
kernel
/
process
/
taskfs.c
diff --git
a/lunaix-os/kernel/process/taskfs.c
b/lunaix-os/kernel/process/taskfs.c
index 6ecdc8f5d1db17e95bf6d3899a4b9ef984cca22a..2aa1ed9f83f8c4253712c47d9e9dca5320485c9a 100644
(file)
--- a/
lunaix-os/kernel/process/taskfs.c
+++ b/
lunaix-os/kernel/process/taskfs.c
@@
-226,4
+226,5
@@
taskfs_init()
attr_export_table = vcalloc(ATTR_TABLE_LEN, sizeof(struct hbucket));
export_task_attr();
-}
\ No newline at end of file
+}
+EXPORT_FILE_SYSTEM(taskfs, taskfs_init);
\ No newline at end of file