cvs commit: src/sys/geom/nop g_nop.c g_nop.h

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu May 20 03:16:12 PDT 2004


pjd         2004/05/20 03:15:53 PDT

  FreeBSD src repository

  Added files:
    sys/geom/nop         g_nop.c g_nop.h 
  Log:
  Introduce NOP GEOM class. This is totally transparent GEOM class, but
  it is very useful for tests. One is able to destroy its provider
  forcibly if wants to test how other class handle such events.
  One is also able to specify failure probability to check how other
  classes handle I/O errors.
  
  Supported by:   Wheel - Open Technologies - http://www.wheel.pl
  
  Revision  Changes    Path
  1.1       +420 -0    src/sys/geom/nop/g_nop.c (new)
  1.1       +58 -0     src/sys/geom/nop/g_nop.h (new)


More information about the cvs-all mailing list