summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2010-05-08 16:19:17 +0000
committerlulf <lulf@FreeBSD.org>2010-05-08 16:19:17 +0000
commitb6c4219b41f579f02651bfae9489b59ae50eb28e (patch)
treee7efa18bb30119fa245dde21246771c37b2fa562 /sys/geom/vinum
parent5c64254a684bc1e0d0c5498ea04c7268df4564c5 (diff)
downloadFreeBSD-src-b6c4219b41f579f02651bfae9489b59ae50eb28e.zip
FreeBSD-src-b6c4219b41f579f02651bfae9489b59ae50eb28e.tar.gz
- Remove obsolete flags.
MFC after: 1 week
Diffstat (limited to 'sys/geom/vinum')
-rw-r--r--sys/geom/vinum/geom_vinum_var.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/geom/vinum/geom_vinum_var.h b/sys/geom/vinum/geom_vinum_var.h
index c57fef7..eac3c2c 100644
--- a/sys/geom/vinum/geom_vinum_var.h
+++ b/sys/geom/vinum/geom_vinum_var.h
@@ -335,9 +335,6 @@ struct gv_plex {
int flags;
#define GV_PLEX_ADDED 0x01 /* Added to an existing volume. */
#define GV_PLEX_SYNCING 0x02 /* Plex is syncing from another plex. */
-#define GV_PLEX_THREAD_ACTIVE 0x04 /* Plex has an active RAID5 thread. */
-#define GV_PLEX_THREAD_DIE 0x08 /* Signal the RAID5 thread to die. */
-#define GV_PLEX_THREAD_DEAD 0x10 /* The RAID5 thread has died. */
#define GV_PLEX_NEWBORN 0x20 /* The plex was just created. */
#define GV_PLEX_REBUILDING 0x40 /* The plex is rebuilding. */
#define GV_PLEX_GROWING 0x80 /* The plex is growing. */
@@ -371,9 +368,6 @@ struct gv_volume {
#define GV_VOL_UP 1
int flags;
-#define GV_VOL_THREAD_ACTIVE 0x01 /* Volume has an active thread. */
-#define GV_VOL_THREAD_DIE 0x02 /* Signal the thread to die. */
-#define GV_VOL_THREAD_DEAD 0x04 /* The thread has died. */
#define GV_VOL_NEWBORN 0x08 /* The volume was just created. */
LIST_HEAD(,gv_plex) plexes; /* List of attached plexes. */
OpenPOWER on IntegriCloud