Received: by mail.netbsd.org (Postfix, from userid 605) id 6912E84CDF; Sun, 18 Jul 2021 07:22:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 988DF84ED5 for ; Sun, 18 Jul 2021 07:22:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id hPC0fhbpkPj3 for ; Sun, 18 Jul 2021 07:22:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3ADBC84CD8 for ; Sun, 18 Jul 2021 07:22:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33A30FA95; Sun, 18 Jul 2021 07:22:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 18 Jul 2021 07:22:22 +0000 From: "Frank Kardel" Subject: CVS commit: src/external/cddl/osnet/sys/sys To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210718072222.33A30FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Frank Kardel" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: kardel Date: Sun Jul 18 07:22:22 UTC 2021 Modified Files: src/external/cddl/osnet/sys/sys: vnode.h Log Message: PR kern/56316: vn_open doesn't follow symlinks remove setting of O_NOFOLLOW. restores ZFS being able to open devices via symlinks again. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/cddl/osnet/sys/sys/vnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.