From owner-cvs-all Sat Feb 14 21:41:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01413 for cvs-all-outgoing; Sat, 14 Feb 1998 21:41:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01403; Sat, 14 Feb 1998 21:41:37 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA02820; Sat, 14 Feb 1998 21:41:32 -0800 (PST) Date: Sat, 14 Feb 1998 21:41:32 -0800 (PST) Message-Id: <199802150541.VAA02820@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/02/14 21:41:32 PST Modified files: sys/kern subr_diskslice.c Log: Fixed an aliasing bug. It was too easy to defeat the check for moving or shrinking an open partition (by changing the label for a compatibility slice while partitions on the corresponding real slice are open, or vice versa). Revision Changes Path 1.42 +13 -3 src/sys/kern/subr_diskslice.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message