jeff 2005-01-28 17:48:58 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: - Don't drop the wref on the bufobj until after bufdone() has completed. Without this, threads waiting in bufobj_wwait() may wakeup prior to bufdone() completing. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.475 +10 -7 src/sys/kern/vfs_bio.c