Minor updates to README

This commit is contained in:
Bahadir Balban
2008-04-19 12:28:49 +01:00
parent df0eccf7b3
commit 9f4e400fed
3 changed files with 21 additions and 16 deletions

View File

@@ -87,12 +87,6 @@ struct vnode *vfs_create(struct tcb *task, struct pathdata *pdata,
* - Is it already open?
* - Allocate a copy of path string since lookup destroys it
* - Check flags and mode.
*
* TODO:
* - All return paths should return by destroying pdata.
* - Need another pdata for vfs_create since first lookup destroys it.
* - Or perhaps we check O_CREAT first, and do lookup once, without the
* last path component which is to be created.
*/
int sys_open(l4id_t sender, const char *pathname, int flags, unsigned int mode)
{