Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2004 03:15:53 -0700 (PDT)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/nop g_nop.c g_nop.h
Message-ID:  <200405201015.i4KAFr55060849@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405201015.i4KAFr55060849>