mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
tmpfs: add vop_stdadd_writecount_nomsync to fifo vnode ops
Reported by: yasu
Fixes: 3ffcfa599e ("vfs: add vop_stdadd_writecount_nomsync")
This commit is contained in:
parent
f89842a71a
commit
1879021942
1 changed files with 1 additions and 0 deletions
|
|
@ -73,5 +73,6 @@ struct vop_vector tmpfs_fifoop_entries = {
|
|||
.vop_setattr = tmpfs_setattr,
|
||||
.vop_pathconf = tmpfs_pathconf,
|
||||
.vop_print = tmpfs_print,
|
||||
.vop_add_writecount = vop_stdadd_writecount_nomsync,
|
||||
};
|
||||
VFS_VOP_VECTOR_REGISTER(tmpfs_fifoop_entries);
|
||||
|
|
|
|||
Loading…
Reference in a new issue