From owner-cvs-all Sat Jan 13 22:35:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6538737B400; Sat, 13 Jan 2001 22:34:58 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0E6Ywc16968; Sat, 13 Jan 2001 22:34:58 -0800 (PST) (envelope-from grog) Message-Id: <200101140634.f0E6Ywc16968@freefall.freebsd.org> From: Greg Lehey <grog@FreeBSD.org> Date: Sat, 13 Jan 2001 22:34:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumlock.c vinumvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/13 22:34:58 PST Modified files: sys/dev/vinum vinumlock.c vinumvar.h Log: 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. Revision Changes Path 1.21 +2 -5 src/sys/dev/vinum/vinumlock.c 1.36 +1 -2 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message