Added vfs_create() to create files and directories.

Moved mkdir to mknod so that mknod is the common handler for all node creation.
This commit is contained in:
Bahadir Balban
2008-02-16 15:22:08 +00:00
parent 08b1e0e42c
commit 0fdc64ba2d
5 changed files with 74 additions and 37 deletions

View File

@@ -42,7 +42,7 @@
#define L4_IPC_TAG_READDIR 18
/* Tags for ipc between fs0 and mm0 */
#define L4_IPC_TAG_OPENDATA 25
#define L4_IPC_TAG_PAGER_SYSOPEN 25
#define L4_IPC_TAG_TASKDATA 26
#endif /* __IPCDEFS_H__ */