Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44469
b: refs/heads/master
c: a664089
h: refs/heads/master
i:
  44467: 1b12152
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Dec 13, 2006
1 parent dcb7d4c commit f7264d0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5d6f647fc6bb57377c9f417c4752e43189f56bb1
refs/heads/master: a664089741aa9010333ecbdadbf5d9de62bafa2d
4 changes: 2 additions & 2 deletions trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ static int class_filter(struct lock_class *class)
!strcmp(class->name, "&struct->lockfield"))
return 1;
#endif
/* Allow everything else. 0 would be filter everything else */
return 1;
/* Filter everything else. 1 would be to allow everything else */
return 0;
}
#endif

Expand Down

0 comments on commit f7264d0

Please sign in to comment.