From owner-dev-commits-src-all@freebsd.org Thu Jan 7 23:41:20 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 28F804E05AD for ; Thu, 7 Jan 2021 23:41:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBjRh0lZnz4ZWT; Thu, 7 Jan 2021 23:41:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0C90919CE1; Thu, 7 Jan 2021 23:41:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 107NfJ8x092050; Thu, 7 Jan 2021 23:41:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 107NfJfu092049; Thu, 7 Jan 2021 23:41:19 GMT (envelope-from git) Date: Thu, 7 Jan 2021 23:41:19 GMT Message-Id: <202101072341.107NfJfu092049@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org From: Matt Macy Subject: git: 80ce10ca2fe0 - vendor/openzfs - missed header rename MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mmacy X-Git-Repository: src X-Git-Refname: refs/heads/vendor/openzfs X-Git-Reftype: branch X-Git-Commit: 80ce10ca2fe0627ce9283350a9167666a4313121 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2021 23:41:20 -0000 The branch vendor/openzfs has been updated by mmacy: URL: https://cgit.FreeBSD.org/src/commit/?id=80ce10ca2fe0627ce9283350a9167666a4313121 commit 80ce10ca2fe0627ce9283350a9167666a4313121 Author: Matt Macy AuthorDate: 2021-01-07 23:40:55 +0000 Commit: Matt Macy CommitDate: 2021-01-07 23:40:55 +0000 missed header rename --- include/os/freebsd/zfs/sys/{zfs_vnops.h => zfs_vnops_os.h} | 0 include/os/linux/zfs/sys/{zfs_vnops.h => zfs_vnops_os.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/include/os/freebsd/zfs/sys/zfs_vnops.h b/include/os/freebsd/zfs/sys/zfs_vnops_os.h similarity index 100% rename from include/os/freebsd/zfs/sys/zfs_vnops.h rename to include/os/freebsd/zfs/sys/zfs_vnops_os.h diff --git a/include/os/linux/zfs/sys/zfs_vnops.h b/include/os/linux/zfs/sys/zfs_vnops_os.h similarity index 100% rename from include/os/linux/zfs/sys/zfs_vnops.h rename to include/os/linux/zfs/sys/zfs_vnops_os.h