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