Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2005 13:08:24 +0000 (UTC)
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/concat g_concat.c
Message-ID:  <200504061308.j36D8ON2049610@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-04-06 13:08:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5_4)
    sys/geom/concat      g_concat.c 
  Log:
  - Add a missing g_io_deliver() in case of allocation failure - we didn't
    completed I/O requests here.
  - First allocate all needed bios, so if any of allocations fail, we can
    free memory before sending any I/O requests down.
  
  Reported by:    Pawel Malachowski
  Approved by:    re (kensmith)
  
  Revision      Changes    Path
  1.18.2.3.2.1  +17 -3     src/sys/geom/concat/g_concat.c



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