svn commit: r303780 - stable/11/sys/vm

Alan Cox alc at FreeBSD.org
Fri Aug 5 17:49:14 UTC 2016


Author: alc
Date: Fri Aug  5 17:49:13 2016
New Revision: 303780
URL: https://svnweb.freebsd.org/changeset/base/303780

Log:
  MFC r303492
    Remove a probe declaration that has been unused since r292469, when
    vm_pageout_grow_cache() was replaced.
  
  Approved by:	re (gjb)

Modified:
  stable/11/sys/vm/vm_pageout.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/vm/vm_pageout.c
==============================================================================
--- stable/11/sys/vm/vm_pageout.c	Fri Aug  5 17:17:36 2016	(r303779)
+++ stable/11/sys/vm/vm_pageout.c	Fri Aug  5 17:49:13 2016	(r303780)
@@ -139,7 +139,6 @@ SYSINIT(pagedaemon, SI_SUB_KTHREAD_PAGE,
     &page_kp);
 
 SDT_PROVIDER_DEFINE(vm);
-SDT_PROBE_DEFINE(vm, , , vm__lowmem_cache);
 SDT_PROBE_DEFINE(vm, , , vm__lowmem_scan);
 
 #if !defined(NO_SWAPPING)


More information about the svn-src-stable mailing list