mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
Replace the XXX comment with the proper description.
MFC after: 1 week
This commit is contained in:
parent
347d90acff
commit
806efacae0
1 changed files with 3 additions and 1 deletions
|
|
@ -665,7 +665,9 @@ null_unlock(struct vop_unlock_args *ap)
|
|||
}
|
||||
|
||||
/*
|
||||
* XXXKIB
|
||||
* Do not allow the VOP_INACTIVE to be bypassed to the lower layer,
|
||||
* since the reference count on the lower vnode is not related with
|
||||
* our.
|
||||
*/
|
||||
static int
|
||||
null_inactive(struct vop_inactive_args *ap __unused)
|
||||
|
|
|
|||
Loading…
Reference in a new issue