mirror of
https://github.com/drasko/codezero.git
synced 2026-04-30 23:51:30 +02:00
Some more additional changes in same places.
This commit is contained in:
@@ -47,7 +47,7 @@ struct file_ops {
|
||||
struct vnode_ops {
|
||||
vnode_op_t create;
|
||||
struct vnode *(*lookup)(struct vnode *root, char *path);
|
||||
void *(*readdir)(struct vnode *v, void *dirbuf);
|
||||
int (*readdir)(struct vnode *v);
|
||||
vnode_op_t link;
|
||||
vnode_op_t unlink;
|
||||
vnode_op_t mkdir;
|
||||
|
||||
Reference in New Issue
Block a user