From owner-cvs-all@FreeBSD.ORG Wed Mar 10 22:13:10 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 725FE16A4CE; Wed, 10 Mar 2004 22:13:10 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA8AE43D31; Wed, 10 Mar 2004 22:13:09 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.11/8.12.11) with ESMTP id i2B6D7pQ048204; Thu, 11 Mar 2004 07:13:07 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Alexey Dokuchaev From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 11 Mar 2004 10:47:22 +0600." <20040311044722.GA93643@regency.nsu.ru> Date: Thu, 11 Mar 2004 07:13:07 +0100 Message-ID: <48203.1078985587@critter.freebsd.dk> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys mdioctl.h src/sys/dev/md md.c src/sbin/mdconfig mdconfig.8 mdconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 06:13:10 -0000 In message <20040311044722.GA93643@regency.nsu.ru>, Alexey Dokuchaev writes: >> Log: >> Fix a long-standing deadlock issue with vnode backed md(4) devices: >> >Just out of curiosity, is your fix a real fix, or just a clever >workaround? Meaning, there are some very in-depth issues involved that >prevent this problem from being fixed without performance penalty? That is a matter of taste more than anything else. A vnode backed md(4) device is technically a layering violation, so either the syncer or the md(4) code itself (or both) needs to be aware of the special case. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.