cvs commit: src/sys/geom/raid3 g_raid3.c g_raid3.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Oct 14 23:11:29 PDT 2004


pjd         2004-10-15 06:11:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/geom/raid3       g_raid3.c g_raid3.h 
  Log:
  - There is no need to skip providers with 0 sectorsize in taste routine
    anymore.
  - Avoid race while synchronizing components.
  - Decrease timeout to 4 seconds.
  - Just use MAXPHYS as maximum I/O request size, instead of using my own
    #define for this purpose.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.4.2.3   +38 -14    src/sys/geom/raid3/g_raid3.c
  1.1.2.2   +1 -2      src/sys/geom/raid3/g_raid3.h


More information about the cvs-src mailing list