mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 01:39:05 +02:00
Fixed the component-consumption-every-lookup problem.
Now components only consumed on child lookup recursions.
This commit is contained in:
@@ -82,7 +82,8 @@ struct vfs_mountpoint {
|
||||
extern struct vfs_mountpoint vfs_root;
|
||||
|
||||
int vfs_mount_root(struct superblock *sb);
|
||||
struct vnode *generic_vnode_lookup(struct vnode *thisnode, struct pathdata *p);
|
||||
struct vnode *generic_vnode_lookup(struct vnode *thisnode, struct pathdata *p,
|
||||
char *component);
|
||||
struct vnode *vfs_lookup_bypath(struct pathdata *p);
|
||||
struct vnode *vfs_lookup_byvnum(struct superblock *sb, unsigned long vnum);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user