From 3a1e11b485453996ee24a92a03ec0753ff6dfe5c Mon Sep 17 00:00:00 2001 From: Lukas Ertl Date: Wed, 23 Jun 2004 23:52:55 +0000 Subject: Add a function to clean up RAID5 packets and use it when I/O has finished or when building the complete packet fails. --- sys/geom/vinum/geom_vinum_plex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/geom/vinum/geom_vinum_plex.c') diff --git a/sys/geom/vinum/geom_vinum_plex.c b/sys/geom/vinum/geom_vinum_plex.c index 1887366f0f50..c993917a7da2 100644 --- a/sys/geom/vinum/geom_vinum_plex.c +++ b/sys/geom/vinum/geom_vinum_plex.c @@ -275,6 +275,8 @@ gv_plex_start(struct bio *bp) boff); if (err) { + if (p->org == GV_PLEX_RAID5) + gv_free_raid5_packet(wp); bp->bio_completed += bcount; if (bp->bio_error == 0) bp->bio_error = err; -- cgit v1.2.3