Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2004 14:43:11 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom geom.h geom_io.c
Message-ID:  <200408271443.i7REhBjO060451@repoman.freebsd.org>

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



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