From owner-cvs-all Sun Nov 1 20:10:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28624 for cvs-all-outgoing; Sun, 1 Nov 1998 20:10:50 -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 UAA28612; Sun, 1 Nov 1998 20:10:44 -0800 (PST) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA06543; Sun, 1 Nov 1998 20:10:46 -0800 (PST) Date: Sun, 1 Nov 1998 20:10:46 -0800 (PST) Message-Id: <199811020410.UAA06543@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/vinum state.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1998/11/01 20:10:46 PST Modified files: lkm/vinum state.c Log: Don't close drives when called from interrupt context, set a flag for the top half to do it. Put in a dubious check for subdisk integrity when trying to bring up a plex where others are already up. This particular kludge is crying out for a rewrite of the whole state code. Add code to set_plex_state and set_volume_state to defer updates when called from an interrupt context. This doesn't happen yet, but it could do. Revision Changes Path 1.3 +63 -23 src/lkm/vinum/state.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message