LIST_FOREACH_MUTUABLE() was tracking processes not held with PHOLD().
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 16 Dec 2008 17:54:38 +0000 (09:54 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 16 Dec 2008 17:54:38 +0000 (09:54 -0800)
commit7cd8fd202adb2b9b6e256e2f191d746e30e04a2a
treed3f8e7c37fd5444c4886f569e04dbbed8a4a4196
parent2ba0849866975e1f9b7284f6f12ccd5d6f0da68e
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().
sys/kern/kern_proc.c