git: kern - Convert NFS from zalloc to objcache

看板DFBSD_commit作者時間15年前 (2011/02/05 12:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1DJDB6Dd (DFBSD_commit)