git: kernel - Replace sys/ref.h & kern/kern_ref.c with sys/refco

看板DFBSD_commit作者時間15年前 (2011/02/14 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 5e240fae72c14e57daf01d4e588ec1eee4f7a11c Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Feb 13 13:39:29 2011 -0800 kernel - Replace sys/ref.h & kern/kern_ref.c with sys/refcount.h * The sys/refcount.h API is a bit nicer so use it instead of the sys/ref.h API. No need for duplication so remove the sys/ref.h API. Summary of changes: sys/conf/files | 1 - sys/kern/kern_ref.c | 58 ------------------------------------------------- sys/kern/kern_sfbuf.c | 23 +++++++++++-------- sys/sys/ref.h | 38 -------------------------------- sys/sys/sfbuf.h | 10 ++++---- 5 files changed, 18 insertions(+), 112 deletions(-) delete mode 100644 sys/kern/kern_ref.c delete mode 100644 sys/sys/ref.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5e240fae72c14e57daf01d4e588ec1eee4f7a11c -- DragonFly BSD source repository
文章代碼(AID): #1DM6duGx (DFBSD_commit)