cvs commit: src/sys/geom/concat g_concat.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sun Apr 3 07:55:50 PDT 2005
pjd 2005-04-03 14:55:49 UTC
FreeBSD src repository
Modified files:
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
MFC after: 3 days
Revision Changes Path
1.24 +17 -3 src/sys/geom/concat/g_concat.c
More information about the cvs-src
mailing list