Date: Fri, 28 Jan 2005 17:48:58 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200501281748.j0SHmwc0044531@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501281748.j0SHmwc0044531>