mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove two locking assertion entries that:
a) were incorrectly written and therefore never compiled into assertions, and b) were incorrectly specified and when compiled resulted in a failed assertion.
This commit is contained in:
parent
e3243f2bf4
commit
23efd78d03
1 changed files with 0 additions and 2 deletions
|
|
@ -362,7 +362,6 @@ vop_reclaim {
|
|||
};
|
||||
|
||||
|
||||
#XXX lock vp ? ? ?
|
||||
%! lock pre vop_lock_pre
|
||||
%! lock post vop_lock_post
|
||||
|
||||
|
|
@ -373,7 +372,6 @@ vop_lock {
|
|||
};
|
||||
|
||||
|
||||
#XXX unlock vp L ? L
|
||||
%! unlock pre vop_unlock_pre
|
||||
%! unlock post vop_unlock_post
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue