Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262421
b: refs/heads/master
c: 70a0686
h: refs/heads/master
i:
  262419: c2cba13
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Aug 4, 2011
1 parent 7ba56fb commit 38252cc
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: 7d36b26be0f3c6b86e3ab7e1539e42f3a3bc79ca
refs/heads/master: 70a0686a72c7a7e554b404ca11406ceec709d425
2 changes: 1 addition & 1 deletion trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,7 @@ mark_held_locks(struct task_struct *curr, enum mark_type mark)

BUG_ON(usage_bit >= LOCK_USAGE_STATES);

if (hlock_class(hlock)->key == &__lockdep_no_validate__)
if (hlock_class(hlock)->key == __lockdep_no_validate__.subkeys)
continue;

if (!mark_lock(curr, hlock, usage_bit))
Expand Down

0 comments on commit 38252cc

Please sign in to comment.