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
0b18059b3d
commit
e8198a0434
@ -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 New Issue
Block a user