Remove function prototypes for vfs_mountroot and vgoneall, since

they were removed with the Lite2 merge.

Submitted by:	bde
This commit is contained in:
Mike Pritchard 1997-02-12 16:37:39 +00:00
parent 8092a8e143
commit 670718e23a
2 changed files with 0 additions and 2 deletions

View File

@ -406,7 +406,6 @@ struct netcred *vfs_export_lookup /* lookup host in fs export list */
void vfs_getnewfsid __P((struct mount *));
struct mount *vfs_getvfs __P((fsid_t *)); /* return vfs given fsid */
int vfs_mountedon __P((struct vnode *)); /* is a vfs mounted on vp */
int vfs_mountroot __P((char *));
int vfs_mountrootfs __P((char *));
int vfs_rootmountalloc __P((char *, char *, struct mount **));
void vfs_unbusy __P((struct mount *, struct proc *));

View File

@ -442,7 +442,6 @@ void vfs_opv_init __P((struct vnodeopv_desc **them));
int vflush __P((struct mount *mp, struct vnode *skipvp, int flags));
int vget __P((struct vnode *vp, int lockflag, struct proc *p));
void vgone __P((struct vnode *vp));
void vgoneall __P((struct vnode *vp));
int vinvalbuf __P((struct vnode *vp, int save, struct ucred *cred,
struct proc *p, int slpflag, int slptimeo));
void vprint __P((char *label, struct vnode *vp));