Received: by mail.netbsd.org (Postfix, from userid 605) id D288C84D97; Fri, 11 Oct 2019 08:04:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 517E784E23 for ; Fri, 11 Oct 2019 08:04:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5rXCYkPbX3Hl for ; Fri, 11 Oct 2019 08:04:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DB49384CDC for ; Fri, 11 Oct 2019 08:04:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CEE0CFBF4; Fri, 11 Oct 2019 08:04:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 11 Oct 2019 08:04:52 +0000 From: "Juergen Hannken-Illjes" Subject: CVS commit: src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20191011080452.CEE0CFBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Juergen Hannken-Illjes" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: hannken Date: Fri Oct 11 08:04:52 UTC 2019 Modified Files: src/sys/kern: vnode_if.sh vnode_if.src Log Message: As VOP_STRATEGY() usually calls itself on the file system holding "/dev" it may deadlock on suspension of this file system. Add fstrans type LAZY and use it for VOP_STRATEGY(). Adress PR kern/53624 (dom0 freeze on domU exit) is still there To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/kern/vnode_if.sh cvs rdiff -u -r1.77 -r1.78 src/sys/kern/vnode_if.src Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.