Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110711
b: refs/heads/master
c: 38736f4
h: refs/heads/master
i:
  110709: b5214cb
  110707: 428dd81
  110703: 54c4b1b
v: v3
  • Loading branch information
Gautham R Shenoy authored and Ingo Molnar committed Sep 6, 2008
1 parent 4c225f1 commit d12e1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f79d852ed30a06eebf7497afe9334a726db3d40
refs/heads/master: 38736f475071b80b66be28af7b44c854073699cc
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ __load_balance_iterator(struct cfs_rq *cfs_rq, struct list_head *next)
next = next->next;
} while (next != &cfs_rq->tasks && !entity_is_task(se));

if (next == &cfs_rq->tasks)
if (next == &cfs_rq->tasks && !entity_is_task(se))
return NULL;

cfs_rq->balance_iterator = next;
Expand Down

0 comments on commit d12e1fe

Please sign in to comment.