Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169905
b: refs/heads/master
c: 93335a2
h: refs/heads/master
i:
  169903: 2ba3f49
v: v3
  • Loading branch information
Shmulik Ladkani authored and Ingo Molnar committed Nov 25, 2009
1 parent e55713e commit 6c26b1f
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: a3a1de0c34de6f5f8332cd6151c46af7813c0fcb
refs/heads/master: 93335a21557e80f6a99bc2812c634e488139043c
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6915,7 +6915,7 @@ void show_state_filter(unsigned long state_filter)
/*
* Only show locks if all tasks are dumped:
*/
if (state_filter == -1)
if (!state_filter)
debug_show_all_locks();
}

Expand Down

0 comments on commit 6c26b1f

Please sign in to comment.