rlimit: fix a an old name in a comment: uihashtbl_mtx -> uihashtbl_lock
This commit is contained in:
parent
7150ce743a
commit
94edbbb037
@ -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