K 10 svn:author V 3 pjd K 8 svn:date V 27 2004-08-06T09:55:40.000000Z K 7 svn:log V 416 Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but when something goes wrong while running in "fast" mode, we free all bios and falling back to "economic" mode. Freeing bios, doesn't mean decrease bio_children, so bio_inbed couldn't be equal to bio_children and request was never finished. Decrease bio_children manually when destroying bios. Reported by: Sam Lawrance , simon END