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:
parent
bf6f6091a4
commit
eb83dc490d
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user