svn commit: r284784 - head/sys/sys

Mateusz Guzik mjg at FreeBSD.org
Thu Jun 25 01:24:37 UTC 2015


Author: mjg
Date: Thu Jun 25 01:24:36 2015
New Revision: 284784
URL: https://svnweb.freebsd.org/changeset/base/284784

Log:
  rlimit: fix a an old name in a comment: uihashtbl_mtx -> uihashtbl_lock

Modified:
  head/sys/sys/resourcevar.h

Modified: head/sys/sys/resourcevar.h
==============================================================================
--- head/sys/sys/resourcevar.h	Thu Jun 25 00:15:37 2015	(r284783)
+++ head/sys/sys/resourcevar.h	Thu Jun 25 01:24:36 2015	(r284784)
@@ -90,7 +90,7 @@ struct racct;
  * Locking guide:
  * (a) Constant from inception
  * (b) Lockless, updated using atomics
- * (c) Locked by global uihashtbl_mtx
+ * (c) Locked by global uihashtbl_lock
  * (d) Locked by the ui_vmsize_mtx
  */
 struct uidinfo {


More information about the svn-src-all mailing list