Date: Fri, 13 Sep 2002 04:28:34 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c src/sys/sys bio.h Message-ID: <200209131128.g8DBSY14039266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/09/13 04:28:34 PDT
Modified files:
sys/kern vfs_bio.c
sys/sys bio.h
Log:
Oops, broke the build there. Uninline biodone() now that it is non-trivial.
Introduce biowait() function. Currently there is a race condition and the
mitigation is a timeout/retry. It is not obvious what kind of locking (if any)
is suitable for BIO_DONE, since the majority of users take are of this
themselves, and only a few places actually rely on the wakeup.
Sponsored by: DARPA & NAI Labs.
Revision Changes Path
1.330 +28 -0 src/sys/kern/vfs_bio.c
1.118 +2 -9 src/sys/sys/bio.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209131128.g8DBSY14039266>
