mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't even think about using v_id for magic tricks, v_id is giving
us enough trouble as it is for SMPng.
This commit is contained in:
parent
b3290f8139
commit
76b82a7ffb
1 changed files with 0 additions and 5 deletions
|
|
@ -1659,11 +1659,6 @@ union_inactive(ap)
|
|||
* so that until then our union_node is in the
|
||||
* cache and reusable.
|
||||
*
|
||||
* NEEDSWORK: Someday, consider inactive'ing
|
||||
* the lowervp and then trying to reactivate it
|
||||
* with capabilities (v_id)
|
||||
* like they do in the name lookup cache code.
|
||||
* That's too much work for now.
|
||||
*/
|
||||
|
||||
if (un->un_dircache != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue