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

git: kern - Convert NFS from zalloc to objcache


From: Samuel Greear <sjg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 4 Feb 2011 20:15:53 -0800 (PST)

commit 0704a97598ef4d4b370d1f935b7336e5deb818a5
Author: Samuel J. Greear <sjg@thesjg.com>
Date:   Sat Feb 5 04:17:41 2011 +0000

    kern - Convert NFS from zalloc to objcache
    
    Sponsored-By: Google Code-In

Summary of changes:
 sys/vfs/nfs/nfs.h          |    4 +---
 sys/vfs/nfs/nfs_kerb.c     |    2 --
 sys/vfs/nfs/nfs_node.c     |   28 +++++++++++++++-------------
 sys/vfs/nfs/nfs_serv.c     |    1 -
 sys/vfs/nfs/nfs_subs.c     |    5 +++--
 sys/vfs/nfs/nfs_syscalls.c |    1 -
 sys/vfs/nfs/nfs_vfsops.c   |    8 ++++----
 sys/vfs/nfs/nfs_vnops.c    |    1 -
 sys/vfs/nfs/nfsm_subs.c    |    1 -
 9 files changed, 23 insertions(+), 28 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0704a97598ef4d4b370d1f935b7336e5deb818a5


-- 
DragonFly BSD source repository



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