Stop displaying vfsconf reference counts so that the vfc_refcount field
authorvisa <visa@openbsd.org>
Fri, 21 Sep 2018 14:31:29 +0000 (14:31 +0000)
committervisa <visa@openbsd.org>
Fri, 21 Sep 2018 14:31:29 +0000 (14:31 +0000)
commiteff86d54bd4fcf78aefb8c17f595ccd12d3dd98d
tree2969532f4d876cf39917c27e23fef9589c0b6ca4
parent97f090a44308bc1c27b5a5ae6e960ba79749240d
Stop displaying vfsconf reference counts so that the vfc_refcount field
can be removed from struct mount.

As a result of this diff, arrays vfsname[] and vfsvars[] are indexed
by filesystem typenum. This makes the vfs_typenums[] array redundant.

OK bluhm@ mpi@
sbin/sysctl/sysctl.c