VF_CONFIGURING
while ((vinum_conf.flags & VF_CONFIGURING) != 0) {
vinum_conf.flags |= VF_CONFIGURING | VF_CONFIG_INCOMPLETE;
vinum_conf.flags &= ~VF_CONFIGURING; /* and now other people can take a turn */
if (vinum_conf.flags & VF_CONFIGURING)
if (VFLAGS & VF_CONFIGURING) { /* must be us, the others are asleep */
if (VFLAGS & VF_CONFIGURING) { /* must be us, the others are asleep */