aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/vinum/geom_vinum_raid5.h
diff options
context:
space:
mode:
authorLukas Ertl <le@FreeBSD.org>2004-09-30 12:57:35 +0000
committerLukas Ertl <le@FreeBSD.org>2004-09-30 12:57:35 +0000
commitc3aadfb9d6bc31a2a8cf9d67be72f7ec39df08e0 (patch)
tree6a80fd9dd1fc6bc23ae20575319c461f4e1c54ec /sys/geom/vinum/geom_vinum_raid5.h
parentaf9cb375e833beec6dfd66419f061e9d874162d3 (diff)
downloadsrc-c3aadfb9d6bc31a2a8cf9d67be72f7ec39df08e0.tar.gz
src-c3aadfb9d6bc31a2a8cf9d67be72f7ec39df08e0.zip
Notes
Diffstat (limited to 'sys/geom/vinum/geom_vinum_raid5.h')
-rw-r--r--sys/geom/vinum/geom_vinum_raid5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/vinum/geom_vinum_raid5.h b/sys/geom/vinum/geom_vinum_raid5.h
index 8074f4273c10..212f6c65f831 100644
--- a/sys/geom/vinum/geom_vinum_raid5.h
+++ b/sys/geom/vinum/geom_vinum_raid5.h
@@ -67,6 +67,8 @@ struct gv_raid5_packet {
int gv_stripe_active(struct gv_plex *, struct bio *);
int gv_build_raid5_req(struct gv_plex *, struct gv_raid5_packet *,
struct bio *, caddr_t, off_t, off_t);
+int gv_rebuild_raid5(struct gv_plex *, struct gv_raid5_packet *,
+ struct bio *, caddr_t, off_t, off_t);
void gv_raid5_worker(void *);
void gv_plex_done(struct bio *);