Remove incorrect lock validation specifications that caused

failed assertions with DEBUG_VFS_LOCKS.
We should reinstate them with correct specifications, possibly
after extendng vnode_if.awk

Noted by: truckman@
This commit is contained in:
Diomidis Spinellis 2006-05-30 20:21:51 +00:00
parent fa67ebf9bb
commit b1b4282160

View File

@ -56,9 +56,6 @@
# the AWK script at the head of the definition of "add_debug_code()".
#
#
#% islocked vp = = =
#
vop_islocked {
IN struct vnode *vp;
IN struct thread *td;
@ -279,10 +276,6 @@ vop_link {
};
#
#% rename fdvp U U U
#% rename fvp U U U
#% rename tdvp E U U
#% rename tvp X U U
#! rename pre vop_rename_pre
#! rename post vop_rename_post
#