From owner-cvs-all Thu Jun 24 1:57:20 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 4A6DF15236; Thu, 24 Jun 1999 01:57:18 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA32609; Thu, 24 Jun 1999 01:57:18 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199906240857.BAA32609@freefall.freebsd.org> From: Greg Lehey Date: Thu, 24 Jun 1999 01:57:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumstate.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/06/24 01:57:17 PDT Modified files: sys/dev/vinum vinumstate.c Log: set_drive_state: If the drive goes down, queue a close to the daemon. In many cases this function gets called in process context, so it could do it directly, but it's more trouble finding out where we came from than getting the daemon to do it. Revision Changes Path 1.19 +3 -0 src/sys/dev/vinum/vinumstate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message