kernel - Fix incorrect vfs.cache sysctls (x86_64)
commit7a0f8be9d6572da6e29100dc22ff7fa550069674
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 27 Sep 2010 16:07:29 +0000 (27 09:07 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 27 Sep 2010 16:07:29 +0000 (27 09:07 -0700)
tree60570a5089e0bcf09fcedd751d04f38baba26807
parentb8587f8c68a1a39ba3e0175b3c228b1431a133f8
kernel - Fix incorrect vfs.cache sysctls (x86_64)

* The vfs.cache.numneg and vfs.cache.numcache sysctls were being defined
  as unsigned longs when they are ints

* Remove duplicate debug. sysctls for numneg/numcache.
sys/kern/vfs_cache.c