cvs commit: src/sys/geom geom.h geom_io.c

Poul-Henning Kamp phk at FreeBSD.org
Fri Aug 27 07:43:11 PDT 2004


phk         2004-08-27 14:43:11 UTC

  FreeBSD src repository

  Modified files:
    sys/geom             geom.h geom_io.c 
  Log:
  Introduce g_alloc_bio() as a waiting variant of g_new_bio().
  
  Use in places where we can sleep and where we previously failed to check
  for a NULL pointer.
  
  MT5 candidate.
  
  Revision  Changes    Path
  1.85      +1 -0      src/sys/geom/geom.h
  1.58      +12 -3     src/sys/geom/geom_io.c


More information about the cvs-src mailing list