Date: Tue, 31 Oct 2006 21:11:21 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_io.c src/sys/kern subr_disk.c src/sys/sys bio.h Message-ID: <200610312111.k9VLBL5N011266@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2006-10-31 21:11:21 UTC FreeBSD src repository Modified files: sys/geom geom.h geom_io.c sys/kern subr_disk.c sys/sys bio.h Log: Add a new I/O request - BIO_FLUSH, which basically tells providers below to flush their caches. For now will mostly be used by disks to flush their write cache. Sponsored by: home.pl Revision Changes Path 1.98 +1 -0 src/sys/geom/geom.h 1.71 +29 -1 src/sys/geom/geom_io.c 1.88 +1 -0 src/sys/kern/subr_disk.c 1.147 +1 -0 src/sys/sys/bio.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610312111.k9VLBL5N011266>