Expose vop_rmextattr as an explicit operation at the vnode operation

interface, rather than relying on a NULL uio for the deletion
operation.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
This commit is contained in:
rwatson 2003-06-22 22:45:24 +00:00
parent bf6f6091a4
commit eb83dc490d

View File

@ -571,6 +571,17 @@ vop_openextattr {
IN struct thread *td;
};
#
#% rmextattr vp L L L
#
vop_rmextattr {
IN struct vnode *vp;
IN int attrnamespace;
IN const char *name;
IN struct ucred *cred;
IN struct thread *td;
};
#
#% setextattr vp L L L
#