dillon 2007/06/09 12:46:02 PDT DragonFly src repository
Modified files:
sys/kern vfs_lock.c
Log:
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.
Revision Changes Path
1.28 +11 -3 src/sys/kern/vfs_lock.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_lock.c.diff?r1=1.27&r2=1.28&f=u
