git: DragonFly_RELEASE_3_2 kernel - Adjust NFS server for new allocvnode() code

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Dec 13 19:17:33 PST 2012


commit 9106bf2234026fe6086d343402bec0fb5a896be5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Dec 7 21:21:55 2012 -0800

    kernel - Adjust NFS server for new allocvnode() code
    
    * Adjust the NFS server to check for LWP_MP_VNLRU garbage collection
      requests and act on them.
    
      This prevents excessive allocation of vnodes by the nfsd's.

Summary of changes:
 sys/kern/kern_proc.c       |   19 +++++++++++++++++++
 sys/sys/proc.h             |    1 +
 sys/vfs/nfs/nfs_syscalls.c |    1 +
 3 files changed, 21 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9106bf2234026fe6086d343402bec0fb5a896be5


-- 
DragonFly BSD source repository



More information about the Commits mailing list