Move initialization of a vnode's various red-black trees to the CTOR function
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 9 Jun 2007 19:46:02 +0000 (19:46 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 9 Jun 2007 19:46:02 +0000 (19:46 +0000)
commit8f7279b9b121c0d5d65350b3134a45c3a91210c7
tree133c38d19f8e68fb6287ea7f57a59dcf25a5f403
parent3ce67290fec9d33d21414f56fe506ea4349bdf08
Move initialization of a vnode's various red-black trees to the CTOR function
rather then reinitializing the trees on reuse.

Add assertions that the trees are empty on reuse and that the vnode is not
on the syncer work list.
sys/kern/vfs_lock.c