Index: head/sys/geom/vinum/geom_vinum_state.c =================================================================== --- head/sys/geom/vinum/geom_vinum_state.c +++ head/sys/geom/vinum/geom_vinum_state.c @@ -183,7 +183,7 @@ * Only do this if we're forced, since it usually is done * internally, and then we do use the force flag. */ - if (!flags & GV_SETSTATE_FORCE) + if (!(flags & GV_SETSTATE_FORCE)) return (GV_ERR_SETSTATE); break;