From owner-cvs-all Fri Aug 13 23:27:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A642314E94; Fri, 13 Aug 1999 23:27:20 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75679; Fri, 13 Aug 1999 23:26:33 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199908140626.XAA75679@freefall.freebsd.org> From: Greg Lehey Date: Fri, 13 Aug 1999 23:26:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/08/13 23:26:33 PDT Modified files: sys/dev/vinum vinumio.c Log: Remove some XXX comments (they're not really gone, just invisible). Tidy other comments. open_drive: don't call set_drive_state if we decide to take it down. This could help avoid some race conditions with the daemon. init_drive: don't set the drive down, we'll let close_locked_drive do that. close_locked_drive: set drive state to down without calling set_drive_state. This could help avoid some race conditions with the daemon. driveio: remove the function, it wasn't being used. get_volume_label: remove volume dependencies so that we can return a label for plexes and subdisks as well. What a kludge. Revision Changes Path 1.37 +57 -112 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message