Set the vfs_systcl member of the vsfops struct to eopnotsupp. While we check
authorkettenis <kettenis@openbsd.org>
Fri, 22 Jul 2016 13:11:01 +0000 (13:11 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 22 Jul 2016 13:11:01 +0000 (13:11 +0000)
commit2dbc1f76894c2c4e57559b6aff402f3d4b2708f5
tree2495a1c8077032c149b793b5c46a75b7fae01268
parent0490754bd92326be2cf24cce67741615eafc3f5c
Set the vfs_systcl member of the vsfops struct to eopnotsupp.  While we check
for a null pointer now, all other filesystems fill in the complete table.

ok deraadt@, tom@
sys/tmpfs/tmpfs_vfsops.c