mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-22 15:47:37 +00:00
rlimit: fix a an old name in a comment: uihashtbl_mtx -> uihashtbl_lock
This commit is contained in:
parent
7150ce743a
commit
94edbbb037
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284784
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user