kernel - Fix list corruption in dsched
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 12 Feb 2011 22:17:01 +0000 (14:17 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 12 Feb 2011 22:17:01 +0000 (14:17 -0800)
commit076dc4bb35ff784c459aea98a48700c3796d8e1f
treedc22c3450360061688a250a450cebd7ad44b50dc
parent0b81692c192f8106f3048aff53e3f6f77731d565
kernel - Fix list corruption in dsched

* dsched_thread_io_alloc() also needs to hold a context lock when
  doing an internal list operation.
sys/kern/kern_dsched.c