看板 DFBSD_commit 關於我們 聯絡資訊
commit 1db695af2833642e19524b6e4a3ecc73a931ee7c Author: Nicolas Thery <nthery@gmail.com> Date: Tue Jul 28 18:32:50 2009 +0200 new nlookup functions for "at" syscalls Factor out common code for handling "at" family of syscalls into nlookup_init_at() and nlookup_done_at(). Refactor sys_openat() to use these functions. Summary of changes: sys/kern/vfs_nlookup.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++ sys/kern/vfs_syscalls.c | 35 ++++--------------------- sys/sys/nlookup.h | 3 ++ 3 files changed, 73 insertions(+), 29 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1db695af2833642e19524b6e4a3ecc73a931ee7c -- DragonFly BSD source repository