summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-02 06:57:30 +0000
committergrog <grog@FreeBSD.org>1999-03-02 06:57:30 +0000
commit0b5adde990cad0ae31c59a442d342be2c422e11e (patch)
tree358f2cd112196f09c9a6f2456bd9d1840541e3d2 /sys
parentec912dfdf12e1e539270d7caac8b3acd4f734f06 (diff)
downloadFreeBSD-src-0b5adde990cad0ae31c59a442d342be2c422e11e.zip
FreeBSD-src-0b5adde990cad0ae31c59a442d342be2c422e11e.tar.gz
Change the name of drive state "uninit" to "referenced": it only
occurs if we have a dangling pointer to a drive.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumstate.h b/sys/dev/vinum/vinumstate.h
index c9a53b7..d456681 100644
--- a/sys/dev/vinum/vinumstate.h
+++ b/sys/dev/vinum/vinumstate.h
@@ -47,7 +47,7 @@ enum volumestate {
/* present but unused. Must be 0 */
volume_uninit,
- /* mentioned elsewhere but not defined */
+ /* mentioned elsewhere but not known to the configuration */
volume_down,
@@ -228,7 +228,7 @@ enum drivestate {
drive_unallocated,
/* present but unused. Must be 0 */
- drive_uninit,
+ drive_referenced,
/* just mentioned in some other config entry */
drive_down,
OpenPOWER on IntegriCloud