From 23efd78d030612ae2b34cb9df8e2a1b9cc6bf4b9 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Wed, 31 May 2006 14:06:06 +0000 Subject: Remove two locking assertion entries that: a) were incorrectly written and therefore never compiled into assertions, and b) were incorrectly specified and when compiled resulted in a failed assertion. --- sys/kern/vnode_if.src | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys') diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index 189ba60bcdd0..5b2c4cba1113 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -362,7 +362,6 @@ vop_reclaim { }; -#XXX lock vp ? ? ? %! lock pre vop_lock_pre %! lock post vop_lock_post @@ -373,7 +372,6 @@ vop_lock { }; -#XXX unlock vp L ? L %! unlock pre vop_unlock_pre %! unlock post vop_unlock_post -- cgit v1.2.3