mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable bypass for the vop_advlockpurge(). The vop is called after
vop_revoke(), the v_data is already destroyed. Reported and tested by: ed
This commit is contained in:
parent
f5101b5382
commit
de082cd17a
1 changed files with 1 additions and 0 deletions
|
|
@ -798,6 +798,7 @@ struct vop_vector null_vnodeops = {
|
|||
.vop_bypass = null_bypass,
|
||||
.vop_access = null_access,
|
||||
.vop_accessx = null_accessx,
|
||||
.vop_advlockpurge = vop_stdadvlockpurge,
|
||||
.vop_bmap = VOP_EOPNOTSUPP,
|
||||
.vop_getattr = null_getattr,
|
||||
.vop_getwritemount = null_getwritemount,
|
||||
|
|
|
|||
Loading…
Reference in a new issue