aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
diff options
context:
space:
mode:
authorJarek Poplawski <jarkao2@o2.pl>2007-05-08 03:30:12 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-08 14:15:11 -0400
commit9e860d000a90cfc9ca270ddb6e99b177e6aa91cd (patch)
tree9a7ab3e8c007f01cf9603a71a3842d68e4cbf41d /kernel/lockdep.c
parent076fa0fa2d53046d32f5157022d683b8027f05ed (diff)
lockdep: lookup_chain_cache comment errata
Signed-off-by: Jarek Poplawski <jarkao2@o2.pl> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/lockdep.c')
-rw-r--r--kernel/lockdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/lockdep.c b/kernel/lockdep.c
index 7f573136a905..dc4ea4c2b4c8 100644
--- a/kernel/lockdep.c
+++ b/kernel/lockdep.c
@@ -1309,8 +1309,9 @@ out_unlock_set:
1309 1309
1310/* 1310/*
1311 * Look up a dependency chain. If the key is not present yet then 1311 * Look up a dependency chain. If the key is not present yet then
1312 * add it and return 0 - in this case the new dependency chain is 1312 * add it and return 1 - in this case the new dependency chain is
1313 * validated. If the key is already hashed, return 1. 1313 * validated. If the key is already hashed, return 0.
1314 * (On return with 1 graph_lock is held.)
1314 */ 1315 */
1315static inline int lookup_chain_cache(u64 chain_key, struct lock_class *class) 1316static inline int lookup_chain_cache(u64 chain_key, struct lock_class *class)
1316{ 1317{