mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
- Use the new vop_lookup_{pre,post} instead of simpler locking specification.
This commit is contained in:
parent
25b286d6db
commit
50bfcee1cb
1 changed files with 4 additions and 2 deletions
|
|
@ -63,8 +63,10 @@ vop_islocked {
|
|||
};
|
||||
|
||||
#
|
||||
#% lookup dvp L ? ?
|
||||
#% lookup vpp - L -
|
||||
# lookup dvp L ? ?
|
||||
# lookup vpp - L -
|
||||
#! lookup pre vop_lookup_pre
|
||||
#! lookup post vop_lookup_post
|
||||
#
|
||||
# XXX - the lookup locking protocol defies simple description and depends
|
||||
# on the flags and operation fields in the (cnp) structure. Note
|
||||
|
|
|
|||
Loading…
Reference in a new issue