From owner-cvs-all Fri Aug 13 23:31: 1 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 96A33151CE; Fri, 13 Aug 1999 23:30:50 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA76410; Fri, 13 Aug 1999 23:30:16 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199908140630.XAA76410@freefall.freebsd.org> From: Greg Lehey Date: Fri, 13 Aug 1999 23:30:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/08/13 23:30:16 PDT Modified files: sys/dev/vinum vinumrequest.c Log: Clean up some comments. Move the declaration of freerq() to request.h. logrq: add support for lock events. vinumstart: solve a problem where removing a plex from an active volume could cause attempts to access non-existent plexes. launch_requests: don't set a request group active until we're sure we can launch it. This caused some hangs under unusual circumstances. bre: don't set XFR_BAD_SUBDISK if we're not going to use it. build_read_request: correct recovery, which caused some hangs under (other) unusual circumstances. build_rq_buffer: don't set bp->b_dev if we don't have a dev. sdio: clean up, remove obsolete code. deallocrqg: unlock any locks the rqg may have. Revision Changes Path 1.32 +49 -72 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message