git: kern - Convert NFS from zalloc to objcache
Samuel Greear
sjg at crater.dragonflybsd.org
Fri Feb 4 20:17:04 PST 2011
commit 0704a97598ef4d4b370d1f935b7336e5deb818a5
Author: Samuel J. Greear <sjg at 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
More information about the Commits
mailing list