DragonFly BSD
DragonFly commits List (threaded) for 2012-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 7 Dec 2012 21:23:26 -0800 (PST)

commit 9072066a0093b437cc7f0b38bfe27fd6b61fefb3
Author: Matthew Dillon <dillon@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/9072066a0093b437cc7f0b38bfe27fd6b61fefb3


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]