jeff 2006-01-30 08:21:23 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: - Add a comment warning about an anomalous condition where we VOP_UNLOCK and then vrele rather than vput because we would like to VOP_UNLOCK with a specific thread. Revision Changes Path 1.132 +1 -0 src/sys/kern/vfs_default.c