Flush vop_refreshlabel() definition, since it is no longer used.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
Robert Watson 2002-12-24 19:47:13 +00:00
parent 82ea080d88
commit 79191eca57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108263

View file

@ -580,15 +580,6 @@ vop_getvobject {
OUT struct vm_object **objpp; OUT struct vm_object **objpp;
}; };
#
#% refreshlabel vp L L L
#
vop_refreshlabel {
IN struct vnode *vp;
IN struct ucred *cred;
IN struct thread *td;
};
# #
#% setlabel vp L L L #% setlabel vp L L L
# #