summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumvar.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-01-14 06:34:57 +0000
committergrog <grog@FreeBSD.org>2001-01-14 06:34:57 +0000
commit41bf790205da9df94e6c6fe700cefca81250363d (patch)
tree1385994b05a022edb9722784bac1f42f87d2fa7d /sys/dev/vinum/vinumvar.h
parent75e58e6a2acba2f328efcb016e150b0969529742 (diff)
downloadFreeBSD-src-41bf790205da9df94e6c6fe700cefca81250363d.zip
FreeBSD-src-41bf790205da9df94e6c6fe700cefca81250363d.tar.gz
struct rangelock: Remove the field 'plex' from the entry. Range locks
are accessed only via the plex, so there's never any confusion as to the plex number. This value was, as a result, unused.
Diffstat (limited to 'sys/dev/vinum/vinumvar.h')
-rw-r--r--sys/dev/vinum/vinumvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h
index 094000b..d662077 100644
--- a/sys/dev/vinum/vinumvar.h
+++ b/sys/dev/vinum/vinumvar.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: vinumvar.h,v 1.26 2001/01/09 06:37:42 grog Exp grog $
+ * $Id: vinumvar.h,v 1.24 2000/03/01 02:34:57 grog Exp grog $
* $FreeBSD$
*/
@@ -506,7 +506,6 @@ struct plex {
struct rangelock {
daddr_t stripe; /* address + 1 of the range being locked */
struct buf *bp; /* user's buffer pointer */
- int plexno; /* and number of plex it affects */
};
struct volume {
OpenPOWER on IntegriCloud