svn commit: r363513 - head/sys/sys

Mateusz Guzik mjg at FreeBSD.org
Sat Jul 25 07:45:45 UTC 2020


Author: mjg
Date: Sat Jul 25 07:45:44 2020
New Revision: 363513
URL: https://svnweb.freebsd.org/changeset/base/363513

Log:
  Remove leftover macros for long gone vmsize mtx

Modified:
  head/sys/sys/resourcevar.h

Modified: head/sys/sys/resourcevar.h
==============================================================================
--- head/sys/sys/resourcevar.h	Sat Jul 25 07:15:23 2020	(r363512)
+++ head/sys/sys/resourcevar.h	Sat Jul 25 07:45:44 2020	(r363513)
@@ -109,9 +109,6 @@ struct uidinfo {
 #endif
 };
 
-#define	UIDINFO_VMSIZE_LOCK(ui)		mtx_lock(&((ui)->ui_vmsize_mtx))
-#define	UIDINFO_VMSIZE_UNLOCK(ui)	mtx_unlock(&((ui)->ui_vmsize_mtx))
-
 struct proc;
 struct rusage_ext;
 struct thread;


More information about the svn-src-all mailing list