cvs commit: src/sys/geom/concat g_concat.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Apr 6 06:05:30 PDT 2005
pjd 2005-04-06 13:05:30 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
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.4 +17 -3 src/sys/geom/concat/g_concat.c
More information about the cvs-src
mailing list