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

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Feb 13 15:22:20 PST 2011


commit 5e240fae72c14e57daf01d4e588ec1eee4f7a11c
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list