From owner-svn-src-head@freebsd.org Tue Oct 20 20:59:14 2020 Return-Path: Delivered-To: svn-src-head@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 2757743A969; Tue, 20 Oct 2020 20:59:14 +0000 (UTC) (envelope-from rew@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 4CG5b60JJbz4lNj; Tue, 20 Oct 2020 20:59:14 +0000 (UTC) (envelope-from rew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E32AE1AF2F; Tue, 20 Oct 2020 20:59:13 +0000 (UTC) (envelope-from rew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09KKxDpM080511; Tue, 20 Oct 2020 20:59:13 GMT (envelope-from rew@FreeBSD.org) Received: (from rew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09KKxDAW080510; Tue, 20 Oct 2020 20:59:13 GMT (envelope-from rew@FreeBSD.org) Message-Id: <202010202059.09KKxDAW080510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rew set sender to rew@FreeBSD.org using -f From: Robert Wing Date: Tue, 20 Oct 2020 20:59:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r366903 - head/sys/geom X-SVN-Group: head X-SVN-Commit-Author: rew X-SVN-Commit-Paths: head/sys/geom X-SVN-Commit-Revision: 366903 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2020 20:59:14 -0000 Author: rew Date: Tue Oct 20 20:59:13 2020 New Revision: 366903 URL: https://svnweb.freebsd.org/changeset/base/366903 Log: geom_ctl.c: remove stale header files - Remove "opt_geom.h", no kernel options are used. - Remove , no sysctl functionality is used here. - Remove , requirements for bio moved out in r112534. - Remove and , last used by DROP_GIANT() and PICKUP_GIANT(), which were removed in r115624. - Remove and , not used. Reviewed by: phk, kevans (mentor) Approved by: phk, kevans (mentor) Differential Revision: https://reviews.freebsd.org/D26805 Modified: head/sys/geom/geom_ctl.c Modified: head/sys/geom/geom_ctl.c ============================================================================== --- head/sys/geom/geom_ctl.c Tue Oct 20 20:11:29 2020 (r366902) +++ head/sys/geom/geom_ctl.c Tue Oct 20 20:59:13 2020 (r366903) @@ -38,21 +38,11 @@ #include __FBSDID("$FreeBSD$"); -#include "opt_geom.h" - #include #include -#include -#include -#include #include -#include #include -#include #include - -#include -#include #include #include