summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum/geom_vinum.h
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2006-03-30 14:01:25 +0000
committerle <le@FreeBSD.org>2006-03-30 14:01:25 +0000
commit148e4e97f6a72d5d47fc4da833170bd0aeb91c52 (patch)
treed19a280a99ea2e4b5d78e9da8ea03f61a14ab2f8 /sys/geom/vinum/geom_vinum.h
parentaa075cf284edd2192e4a6c6f086e2ac9edb16656 (diff)
downloadFreeBSD-src-148e4e97f6a72d5d47fc4da833170bd0aeb91c52.zip
FreeBSD-src-148e4e97f6a72d5d47fc4da833170bd0aeb91c52.tar.gz
Protect from creating striped and RAID5 plexes with unequally sized
subdisks.
Diffstat (limited to 'sys/geom/vinum/geom_vinum.h')
-rw-r--r--sys/geom/vinum/geom_vinum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/vinum/geom_vinum.h b/sys/geom/vinum/geom_vinum.h
index 0e272ce..493c493 100644
--- a/sys/geom/vinum/geom_vinum.h
+++ b/sys/geom/vinum/geom_vinum.h
@@ -72,6 +72,7 @@ void gv_update_vol_state(struct gv_volume *);
/* geom_vinum_subr.c */
void gv_adjust_freespace(struct gv_sd *, off_t);
+void gv_free_sd(struct gv_sd *);
struct g_geom *find_vinum_geom(void);
struct gv_drive *gv_find_drive(struct gv_softc *, char *);
struct gv_plex *gv_find_plex(struct gv_softc *, char *);
OpenPOWER on IntegriCloud