Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123168
b: refs/heads/master
c: 53b9d87
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Ingo Molnar committed Sep 12, 2008
1 parent 61c7d28 commit 8250df6
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: 1d18ef489509314506328b9e464dd47c24c1d68f
refs/heads/master: 53b9d87f41a3d8838210ad7cdef02d814817ce85
2 changes: 1 addition & 1 deletion trunk/include/linux/debug_locks.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extern int debug_locks_off(void);
({ \
int __ret = 0; \
\
if (unlikely(c)) { \
if (!oops_in_progress && unlikely(c)) { \
if (debug_locks_off() && !debug_locks_silent) \
WARN_ON(1); \
__ret = 1; \
Expand Down

0 comments on commit 8250df6

Please sign in to comment.