Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44889
b: refs/heads/master
c: 9127d4b
h: refs/heads/master
i:
  44887: 1eaedf6
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Dec 22, 2006
1 parent 724bae5 commit cc0de9c
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: ba3ff12fca318225cb978c6181b83d38dcbc5b09
refs/heads/master: 9127d4b1d9b2e8fba8e7fbc7f88ea93e5eb01396
2 changes: 1 addition & 1 deletion trunk/include/linux/debug_locks.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern int debug_locks_off(void);
int __ret = 0; \
\
if (unlikely(c)) { \
if (debug_locks_silent || debug_locks_off()) \
if (debug_locks_off() && !debug_locks_silent) \
WARN_ON(1); \
__ret = 1; \
} \
Expand Down

0 comments on commit cc0de9c

Please sign in to comment.