CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/09/21 08:31:29
Modified files: sbin/sysctl : sysctl.c Log message: 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@