commit 0324e06eb9067d93d7927be0a2d09381fd93d298
Author: Matthew Dillon <[email protected]>
Date: Fri Feb 28 22:23:53 2020 -0800
kernel - Improve nlookup() performance w/absolute paths
* Improve nlookup() performance when handed an absolute path by
initializing the base ncp to the rootnch instead of the current
directory nch when an absolute path is detected.
Summary of changes:
sys/kern/vfs_nlookup.c | 100 ++++++++++++++++++++++++++++---------------------
sys/sys/nlookup.h | 1 +
2 files changed, 59 insertions(+), 42 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0324e06eb9067d93d7927be0a2d09381fd93d298
--
DragonFly BSD source repository