cvs commit: src/sys/geom geom_disk.c geom_disk.h
src/share/man/man9 disk.9
Poul-Henning Kamp
phk at phk.freebsd.dk
Tue Oct 31 22:01:23 UTC 2006
In message <200610312112.k9VLChcr011922 at repoman.freebsd.org>, Pawel Jakub Dawid
ek writes:
>pjd 2006-10-31 21:12:43 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/geom geom_disk.c geom_disk.h
> share/man/man9 disk.9
> Log:
> Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk
> can handle BIO_FLUSH requests.
We should actually stop doing those flags, and instead add a bitwise
OR of the operations the device supports.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
More information about the cvs-src
mailing list