csjp 2005-04-05 01:11:44 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: Assert that the vnode is locked. This is meant to catch bugs or mis-use of the vnode API in conditions where IO_NODELOCKED has been used without the vnode actually being locked. Revision Changes Path 1.228 +1 -0 src/sys/kern/vfs_vnops.c