mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Add a simple VOP_VPTOCNP implementation for deadfs which returns EBADF.
Reviewed by: arch Approved by: kib
This commit is contained in:
parent
24b087e49e
commit
933efde2e5
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ struct vop_vector dead_vnodeops = {
|
|||
.vop_rmdir = VOP_PANIC,
|
||||
.vop_setattr = VOP_EBADF,
|
||||
.vop_symlink = VOP_PANIC,
|
||||
.vop_vptocnp = VOP_EBADF,
|
||||
.vop_write = dead_write,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue