On Sat, 2011-07-23 at 10:56 +0200, Fubo Chen wrote:
On Fri, Jul 22, 2011 at 11:25 AM, Nicholas A. Bellinger
[off-list ref] wrote:
quoted
target: Follow up core updates from AGrover and HCH (round 4)
i think this one introduces bug:
- if (!(task->task_flags & TF_RUNNING))
+ if (!task->task_flags & TF_RUNNING)
Good catch here Fubo. Committed as 710b05ea1a7a into lio-core-2.6.git,
and will get this included into a follow-up bugfixes pull for mainline.
Thanks!
--nab