diff options
author | Diomidis Spinellis <dds@FreeBSD.org> | 2006-05-31 14:06:06 +0000 |
---|---|---|
committer | Diomidis Spinellis <dds@FreeBSD.org> | 2006-05-31 14:06:06 +0000 |
commit | 23efd78d030612ae2b34cb9df8e2a1b9cc6bf4b9 (patch) | |
tree | 641a2d4804247f75fa5a67ba4b96cad62827446b /sys | |
parent | e3243f2bf4ccc6d61f3f7f2c42142ef1a7c07047 (diff) | |
download | src-23efd78d030612ae2b34cb9df8e2a1b9cc6bf4b9.tar.gz src-23efd78d030612ae2b34cb9df8e2a1b9cc6bf4b9.zip |
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.
Notes
Notes:
svn path=/head/; revision=159104
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/vnode_if.src | 2 |
1 files changed, 0 insertions, 2 deletions
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 |