CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2016/09/15 21:21:16
Modified files: sys/sys : namei.h vnode.h sys/kern : vfs_cache.c vfs_subr.c Log message: move the namecache_rb_tree from RB macros to RBT functions. i had to shuffle the includes a bit. all the knowledge of the RB tree is now inside vfs_cache.c, and all accesses are via cache_* functions.