Add prototypes for change_root() and change_dir().

This commit is contained in:
Mike Barcroft 2003-04-09 17:41:46 +00:00
parent 8dc6de5168
commit 9c9265929b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113303

View file

@ -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,