DragonFly-2.1.1.72.g7cd8f master sys/kern kern_proc.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Dec 16 09:57:00 PST 2008
commit 7cd8fd202adb2b9b6e256e2f191d746e30e04a2a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Dec 16 09:54:38 2008 -0800
LIST_FOREACH_MUTUABLE() was tracking processes not held with PHOLD().
Use a normal LIST_FOREACH() instead because the main iterator is being
protected by PHOLD().
Summary of changes:
sys/kern/kern_proc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=7cd8fd202adb2b9b6e256e2f191d746e30e04a2a
--
DragonFly BSD source repository
More information about the Commits
mailing list