aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vinum
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-03-30 05:01:42 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-03-30 05:01:42 +0000
commitec78ad25c968eb6a4805278de0366e6d1d70c132 (patch)
tree0989189fbb11087621b8bdb3fe356131ea23f3aa /sys/dev/vinum
parentfd7505f096e5ecb232a82b0147f8eb76e139a63e (diff)
Notes
Diffstat (limited to 'sys/dev/vinum')
-rw-r--r--sys/dev/vinum/vinumvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h
index 5a755cb8c348..45b28ae97691 100644
--- a/sys/dev/vinum/vinumvar.h
+++ b/sys/dev/vinum/vinumvar.h
@@ -238,6 +238,7 @@ enum objflags {
VF_CONFIGURED = 0x20000, /* for drives: we read the config */
VF_STOPPING = 0x40000, /* for vinum_conf: stop on last close */
VF_DAEMONOPEN = 0x80000, /* the daemon has us open (only superdev) */
+ VF_CREATED = 0x100000, /* for volumes: freshly created, more then new */
};
/* Global configuration information for the vinum subsystem */