In message <[EMAIL PROTECTED]>, 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 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
