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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to