--- src/sys/dev/raid/vinum/vinumvar.h 2007/05/15 17:50:56 1.10 +++ src/sys/dev/raid/vinum/vinumvar.h 2007/06/07 22:58:38 1.11 @@ -37,7 +37,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumvar.h,v 1.10 2007/05/15 17:50:56 dillon Exp $ + * $Id: vinumvar.h,v 1.11 2007/06/07 22:58:38 corecode Exp $ * $FreeBSD: src/sys/dev/vinum/vinumvar.h,v 1.32.2.4 2001/05/28 05:56:27 grog Exp $ * $DragonFly$ */ @@ -264,7 +264,7 @@ enum objflags { VF_OPEN = 4, /* object has openers */ VF_WRITETHROUGH = 8, /* volume: write through */ VF_INITED = 0x10, /* unit has been initialized */ - VF_WLABEL = 0x20, /* label area is writable */ + /* 0x20 unused, was: VF_WLABEL: label area is writable */ VF_LABELLING = 0x40, /* unit is currently being labelled */ VF_WANTED = 0x80, /* someone is waiting to obtain a lock */ VF_RAW = 0x100, /* raw volume (no file system) */