Towards working mkdir.

This commit is contained in:
Bahadir Balban
2008-04-14 14:38:04 +01:00
parent d6d97876bb
commit 287b7705da
9 changed files with 83 additions and 17 deletions

View File

@@ -63,7 +63,7 @@ struct vnode *generic_vnode_lookup(struct vnode *thisnode, char *path)
}
/* Not found, return nothing */
return 0;
return PTR_ERR(-ENOENT);
}
int generic_dentry_compare(struct dentry *d, char *name)