cvs commit: src/sys/geom geom_bsd.c geom_slice.c geom_slice.h

Poul-Henning Kamp phk at FreeBSD.org
Sat Apr 19 03:14:40 PDT 2003


phk         2003/04/19 03:14:39 PDT

  FreeBSD src repository

  Modified files:
    sys/geom             geom_bsd.c geom_slice.c geom_slice.h 
  Log:
  Make more of the "hotspot" stuff generic:
  
  Give the class a way to specify the necessary action for read/delete/write:
  ALLOW, DENY, START or CALL.
  
  Update geom_bsd to use this.
  
  Revision  Changes    Path
  1.50      +11 -16    src/sys/geom/geom_bsd.c
  1.43      +54 -21    src/sys/geom/geom_slice.c
  1.14      +12 -1     src/sys/geom/geom_slice.h


More information about the cvs-all mailing list