DragonFly-2.3.2.205.g1db69 master sys/kern vfs_nlookup.c vfs_syscalls.c sys/sys nlookup.h
Nicolas Thery
nth at crater.dragonflybsd.org
Tue Jul 28 10:06:25 PDT 2009
commit 1db695af2833642e19524b6e4a3ecc73a931ee7c
Author: Nicolas Thery <nthery at 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
More information about the Commits
mailing list