Merge branch 'linus' into sched/core
Merge reason: pick up the latest scheduler fixes. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -198,7 +198,7 @@ static void free_object(struct debug_obj *obj)
|
||||
* initialized:
|
||||
*/
|
||||
if (obj_pool_free > ODEBUG_POOL_SIZE && obj_cache)
|
||||
sched = !work_pending(&debug_obj_work);
|
||||
sched = keventd_up() && !work_pending(&debug_obj_work);
|
||||
hlist_add_head(&obj->node, &obj_pool);
|
||||
obj_pool_free++;
|
||||
obj_pool_used--;
|
||||
|
Reference in New Issue
Block a user