Skip to content

Commit

Permalink
tmpfs: add missing vop_fplookup ops to tmpfs_fifoop_entries
Browse files Browse the repository at this point in the history
Reported by:	gbe
PR:	270917
  • Loading branch information
mjguzik committed Apr 18, 2023
1 parent bd5dc94 commit 5e954b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/fs/tmpfs/tmpfs_fifoops.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@ struct vop_vector tmpfs_fifoop_entries = {
.vop_pathconf = tmpfs_pathconf,
.vop_print = tmpfs_print,
.vop_add_writecount = vop_stdadd_writecount_nomsync,
.vop_fplookup_vexec = VOP_EAGAIN,
.vop_fplookup_symlink = VOP_EAGAIN,
};
VFS_VOP_VECTOR_REGISTER(tmpfs_fifoop_entries);

0 comments on commit 5e954b9

Please sign in to comment.