Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142789
b: refs/heads/master
c: 94be52d
h: refs/heads/master
i:
  142787: 8b75c3d
v: v3
  • Loading branch information
Mandeep Singh Baines authored and Ingo Molnar committed Feb 5, 2009
1 parent 6825df4 commit bb05d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ce9dbe244bf2063c41792e40dae7745957b118e0
refs/heads/master: 94be52dc075a32af4aa73d7e10f68734d62d6af2
4 changes: 2 additions & 2 deletions trunk/kernel/hung_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static void check_hung_uninterruptible_tasks(unsigned long timeout)
if (test_taint(TAINT_DIE) || did_panic)
return;

read_lock(&tasklist_lock);
rcu_read_lock();
do_each_thread(g, t) {
if (!--max_count)
goto unlock;
Expand All @@ -171,7 +171,7 @@ static void check_hung_uninterruptible_tasks(unsigned long timeout)
check_hung_task(t, now, timeout);
} while_each_thread(g, t);
unlock:
read_unlock(&tasklist_lock);
rcu_read_unlock();
}

static void update_poll_jiffies(void)
Expand Down

0 comments on commit bb05d79

Please sign in to comment.