summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumvar.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-23 04:49:32 +0000
committergrog <grog@FreeBSD.org>1999-03-23 04:49:32 +0000
commite47937912be1ea0ade6dac1f306c8b46f47dbee4 (patch)
treec89bbb40659ab314d7527fc863cee600791a3b84 /sys/dev/vinum/vinumvar.h
parentd82a5036065c10d8a84fb9dc43409cfa87b84ebf (diff)
downloadFreeBSD-src-e47937912be1ea0ade6dac1f306c8b46f47dbee4.zip
FreeBSD-src-e47937912be1ea0ade6dac1f306c8b46f47dbee4.tar.gz
Add flag VF_FORCECONFIG for use by the config_drive and friends.
Diffstat (limited to 'sys/dev/vinum/vinumvar.h')
-rw-r--r--sys/dev/vinum/vinumvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h
index 749e9bc..eb29a4a 100644
--- a/sys/dev/vinum/vinumvar.h
+++ b/sys/dev/vinum/vinumvar.h
@@ -233,7 +233,7 @@ enum objflags {
VF_CONFIG_INCOMPLETE = 0x1000, /* haven't finished changing the config */
VF_CONFIG_SETUPSTATE = 0x2000, /* set a volume up if all plexes are empty */
VF_READING_CONFIG = 0x4000, /* we're reading config database from disk */
- /* 0x8000 going begging */
+ VF_FORCECONFIG = 0x8000, /* configure drives even with different names */
VF_NEWBORN = 0x10000, /* for objects: we've just created it */
VF_CONFIGURED = 0x20000, /* for drives: we read the config */
VF_STOPPING = 0x40000, /* for vinum_conf: stop on last close */
OpenPOWER on IntegriCloud