mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Note that LK_UPGRADE may drop the shared lock before taking the
exclusive one. Reviewed and edited by: tegge MFC after: 3 days Approved by: pjd (mentor)
This commit is contained in:
parent
ae277cc673
commit
653ed924e4
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ Attempts to upgrade an exclusive lock will cause a
|
|||
.It Dv LK_UPGRADE
|
||||
Upgrade a shared lock to an exclusive lock.
|
||||
If this call fails, the shared lock is lost.
|
||||
During the upgrade, the shared lock could
|
||||
be temporarily dropped.
|
||||
Attempts to upgrade an exclusive lock will cause a
|
||||
.Xr panic 9 .
|
||||
.It Dv LK_RELEASE
|
||||
|
|
|
|||
Loading…
Reference in a new issue