Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117975
b: refs/heads/master
c: 46fec7a
h: refs/heads/master
i:
  117973: e55d9c3
  117971: eaea6ae
  117967: d09d678
v: v3
  • Loading branch information
qinghuang feng authored and Ingo Molnar committed Oct 28, 2008
1 parent 71a1b4d commit 441591b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 03967c5267b0e7312d1d55dc814d94cf190ca573
refs/heads/master: 46fec7ac40e452a2ea5e63648d98b6bb2b5898f9
5 changes: 3 additions & 2 deletions trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -3417,9 +3417,10 @@ void debug_show_all_locks(void)
}
printk(" ignoring it.\n");
unlock = 0;
} else {
if (count != 10)
printk(KERN_CONT " locked it.\n");
}
if (count != 10)
printk(" locked it.\n");

do_each_thread(g, p) {
/*
Expand Down

0 comments on commit 441591b

Please sign in to comment.