From owner-cvs-all Mon Jun 3 15: 9:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7B3B37B407; Mon, 3 Jun 2002 15:09:04 -0700 (PDT) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53M94l58777; Mon, 3 Jun 2002 15:09:04 -0700 (PDT) (envelope-from iedowse) Message-Id: <200206032209.g53M94l58777@freefall.freebsd.org> From: Ian Dowse Date: Mon, 3 Jun 2002 15:09:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/06/03 15:09:04 PDT Modified files: sys/dev/md md.c Log: Use a per-device worker thread to avoid blocking in mdstrategy() until the I/O completes. This fixes some easily reproducable deadlocks that occur when using md(4) with GEOM. Reviewed by: phk Revision Changes Path 1.63 +36 -11 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message