mirror of
https://github.com/drasko/codezero.git
synced 2026-04-01 17:49:05 +02:00
Towards working mkdir.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user