Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2017 08:26:42 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323946 - in head/sys/dev: mpr mps
Message-ID:  <201709230826.v8N8QgBd030871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: scottl
Date: Sat Sep 23 08:26:42 2017
New Revision: 323946
URL: https://svnweb.freebsd.org/changeset/base/323946

Log:
  Garbage collect usued fields
  
  Sponsored by:	Netflix

Modified:
  head/sys/dev/mpr/mpr_sas.h
  head/sys/dev/mps/mps_sas.h

Modified: head/sys/dev/mpr/mpr_sas.h
==============================================================================
--- head/sys/dev/mpr/mpr_sas.h	Sat Sep 23 06:00:17 2017	(r323945)
+++ head/sys/dev/mpr/mpr_sas.h	Sat Sep 23 08:26:42 2017	(r323946)
@@ -70,9 +70,6 @@ struct mprsas_target {
 	uint16_t	parent_handle;
 	uint64_t	parent_sasaddr;
 	uint32_t	parent_devinfo;
-	struct sysctl_ctx_list sysctl_ctx;
-	struct sysctl_oid *sysctl_tree;
-	TAILQ_ENTRY(mprsas_target) sysctl_link;
 	uint64_t        issued;
 	uint64_t        completed;
 	unsigned int    outstanding;

Modified: head/sys/dev/mps/mps_sas.h
==============================================================================
--- head/sys/dev/mps/mps_sas.h	Sat Sep 23 06:00:17 2017	(r323945)
+++ head/sys/dev/mps/mps_sas.h	Sat Sep 23 08:26:42 2017	(r323946)
@@ -67,9 +67,6 @@ struct mpssas_target {
 	uint16_t	parent_handle;
 	uint64_t	parent_sasaddr;
 	uint32_t	parent_devinfo;
-	struct sysctl_ctx_list sysctl_ctx;
-	struct sysctl_oid *sysctl_tree;
-	TAILQ_ENTRY(mpssas_target) sysctl_link;
 	uint64_t        issued;
 	uint64_t        completed;
 	unsigned int    outstanding;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709230826.v8N8QgBd030871>