Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CB6FD1A9217 for ; Sun, 29 Nov 2020 11:39:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2741A84D56; Sun, 29 Nov 2020 11:39:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B73A84D55 for ; Sun, 29 Nov 2020 11:39:46 +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 0m_bIrUAH2gc for ; Sun, 29 Nov 2020 11:39:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F06B784CE7 for ; Sun, 29 Nov 2020 11:39:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA109FA9D; Sun, 29 Nov 2020 11:39:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 29 Nov 2020 11:39:45 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/external/cddl/osnet/dist/uts/common/fs/zfs To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20201129113945.EA109FA9D@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Nov 29 11:39:45 UTC 2020 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs [netbsd-9]: vdev_disk.c Log Message: Pull up following revision(s) (requested by yhardy in ticket #1138): external/cddl/osnet/dist/uts/common/fs/zfs/vdev_disk.c: revision 1.19 Use vn_close to release the vnodes in the error handling blocks, since the vnodes were opened for writing. Fix proposed on tech-kern and improved by hannken@. To generate a diff of this commit: cvs rdiff -u -r1.11.2.5 -r1.11.2.6 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/vdev_disk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.