Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268939
b: refs/heads/master
c: 68cc399
h: refs/heads/master
i:
  268937: 82e80d1
  268935: 9d4fdc0
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 5, 2011
1 parent efddd56 commit 9cf51d4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0119fee449f501d55924914a90f152540dd4ef9a
refs/heads/master: 68cc3990a545dc0da221b4844dd8b9c06623a6c5
4 changes: 3 additions & 1 deletion trunk/kernel/rtmutex-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,10 @@ void debug_rt_mutex_print_deadlock(struct rt_mutex_waiter *waiter)
return;
}

if (!debug_locks_off())
if (!debug_locks_off()) {
rcu_read_unlock();
return;
}

printk("\n============================================\n");
printk( "[ BUG: circular locking deadlock detected! ]\n");
Expand Down

0 comments on commit 9cf51d4

Please sign in to comment.