cvs commit: src/sys/geom/concat g_concat.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Apr 6 06:08:25 PDT 2005


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


More information about the cvs-all mailing list