svn commit: r323946 - in head/sys/dev: mpr mps

Scott Long scottl at FreeBSD.org
Sat Sep 23 08:26:44 UTC 2017


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;


More information about the svn-src-head mailing list