freebsd-dev/sys/geom/raid3
Pawel Jakub Dawidek ee40c7aa76 Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() in
two places where g_io_request() is called. g_io_request() can free bio
structure so we can't reference it after and G_RAID3_FOREACH_BIO() macro
was doing this.

Found by:	Coverity Prevent analysis tool (with my new models)
MFC after:	1 day
2006-05-04 13:01:16 +00:00
..
g_raid3_ctl.c Introduce and use delayed-destruction functionality from a pre-sync hook, 2006-04-10 10:32:22 +00:00
g_raid3.c Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() in 2006-05-04 13:01:16 +00:00
g_raid3.h Introduce and use delayed-destruction functionality from a pre-sync hook, 2006-04-10 10:32:22 +00:00