Filesytems that don't implement a VFS operation should use the appropriate
.Fa vfs_std
function from
.Fa src/sys/vfs_defaults.c
.Fa src/sys/kern/vfs_default.c
rather than implementing empty functions or casting to
.Fa eopnotsupp .
.Sh SEE ALSO