Add prototypes for change_root() and change_dir().
This commit is contained in:
parent
8dc6de5168
commit
9c9265929b
@ -610,6 +610,8 @@ int cache_lookup(struct vnode *dvp, struct vnode **vpp,
|
||||
void cache_purge(struct vnode *vp);
|
||||
void cache_purgevfs(struct mount *mp);
|
||||
int cache_leaf_test(struct vnode *vp);
|
||||
int change_dir(struct vnode *vp, struct thread *td);
|
||||
int change_root(struct vnode *vp, struct thread *td);
|
||||
void cvtstat(struct stat *st, struct ostat *ost);
|
||||
void cvtnstat(struct stat *sb, struct nstat *nsb);
|
||||
int getnewvnode(const char *tag, struct mount *mp, vop_t **vops,
|
||||
|
Loading…
Reference in New Issue
Block a user