summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-05-05 05:34:39 +0000
committergrog <grog@FreeBSD.org>2003-05-05 05:34:39 +0000
commitf207e15d0ee6012293f578852fc83037ad7b094f (patch)
treed393cf4b8f5f2edc5b264ba4a1f2b9aeb68fd6a2 /sys
parent25618ca2261142261b81aa45cf99736b366f26de (diff)
downloadFreeBSD-src-f207e15d0ee6012293f578852fc83037ad7b094f.zip
FreeBSD-src-f207e15d0ee6012293f578852fc83037ad7b094f.tar.gz
White space fixes.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumobj.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/vinum/vinumobj.h b/sys/dev/vinum/vinumobj.h
index 9ee5e1e..1ea1f1a 100644
--- a/sys/dev/vinum/vinumobj.h
+++ b/sys/dev/vinum/vinumobj.h
@@ -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: vinumobj.h,v 1.2 2001/05/23 23:04:18 grog Exp grog $
+ * $Id: vinumobj.h,v 1.5 2003/04/28 02:54:43 grog Exp $
* $FreeBSD$
*/
@@ -66,7 +66,7 @@ enum objflags {
VF_WLABEL = 0x20, /* 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 filesystem) */
+ VF_RAW = 0x100, /* raw volume (no file system) */
VF_LOADED = 0x200, /* module is loaded */
VF_CONFIGURING = 0x400, /* somebody is changing the config */
VF_WILL_CONFIGURE = 0x800, /* somebody wants to change the config */
@@ -280,7 +280,8 @@ struct _volume
char name[MAXVOLNAME]; /* name of volume */
enum volumestate state; /* current state */
int plexes; /* number of plexes */
- int preferred_plex; /* plex to read from, -1 for round-robin */
+ int preferred_plex; /* index of plex to read from,
+ * -1 for round-robin */
/*
* index of plex used for last read, for
* round-robin.
OpenPOWER on IntegriCloud