git: kernel - Rearrange namecache globals a bit
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Oct 13 21:45:36 PDT 2017
commit c47bb68362f474fb771e2076655c7a73bb99ce20
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Oct 13 21:44:06 2017 -0700
kernel - Rearrange namecache globals a bit
* Make sure ncspin and ncneglist are in the same cache line, and
do not overlap other globals in that cache line.
Suggested-by: mjg_
Summary of changes:
sys/kern/vfs_cache.c | 58 ++++++++++++++++++++++------------------------------
1 file changed, 24 insertions(+), 34 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c47bb68362f474fb771e2076655c7a73bb99ce20
--
DragonFly BSD source repository
More information about the Commits
mailing list