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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to