git: kernel - Fix bug in recent defered-zap namecache code.
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 20 08:04:51 PST 2010
commit 055f5cc88fbb7d454bdf68831ebf603651c1d39c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jan 20 08:00:07 2010 -0800
kernel - Fix bug in recent defered-zap namecache code.
* The NCF_DEFEREDZAP code could get into a degenerate situation
where every name lookup ate tons of system cpu. Reset the
numdefered variable after cleaning defered-zap entries to fix.
Summary of changes:
sys/kern/vfs_cache.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/055f5cc88fbb7d454bdf68831ebf603651c1d39c
--
DragonFly BSD source repository
More information about the Commits
mailing list