mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Correct mutexes names in comment.
Reviewed by: rwatson
This commit is contained in:
parent
fdcef74733
commit
4bc6b2af2e
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ MALLOC_DECLARE(M_PRISON);
|
|||
* delete the struture when the last inmate is dead.
|
||||
*
|
||||
* Lock key:
|
||||
* (a) allprison_mutex
|
||||
* (p) locked by pr_mutex
|
||||
* (a) allprison_mtx
|
||||
* (p) locked by pr_mtx
|
||||
* (c) set only during creation before the structure is shared, no mutex
|
||||
* required to read
|
||||
* (d) set only during destruction of jail, no mutex needed
|
||||
|
|
|
|||
Loading…
Reference in a new issue