Deleted Added
full compact
34c34
< # $FreeBSD: head/sys/kern/vnode_if.src 65119 2000-08-26 22:00:58Z rwatson $
---
> # $FreeBSD: head/sys/kern/vnode_if.src 65770 2000-09-12 09:49:08Z bp $
557a558,581
>
> #
> #% createvobject vp L L L
> #
> vop_createvobject {
> IN struct vnode *vp;
> IN struct ucred *cred;
> IN struct proc *p;
> };
>
> #
> #% destroyvobject vp L L L
> #
> vop_destroyvobject {
> IN struct vnode *vp;
> };
>
> #
> #% getvobject vp L L L
> #
> vop_getvobject {
> IN struct vnode *vp;
> OUT struct vm_object **objpp;
> };