git: kernel - Fix incorrect vfs.cache sysctls (x86_64)
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Mon Sep 27 09:16:56 PDT 2010
    
    
  
commit 7a0f8be9d6572da6e29100dc22ff7fa550069674
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Sep 27 09:07:29 2010 -0700
    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.
Summary of changes:
 sys/kern/vfs_cache.c |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a0f8be9d6572da6e29100dc22ff7fa550069674
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list