cvs commit: src/sys/geom geom.h geom_io.c src/sys/kern subr_disk.c src/sys/sys bio.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Oct 31 21:11:23 UTC 2006


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


More information about the cvs-all mailing list