Pārlūkot izejas kodu

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>
Jarek Poplawski 18 gadi atpakaļ
vecāks
revīzija
9e860d000a
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3 2
      kernel/lockdep.c

+ 3 - 2
kernel/lockdep.c

@@ -1309,8 +1309,9 @@ out_unlock_set:
 
 
 /*
 /*
  * Look up a dependency chain. If the key is not present yet then
  * Look up a dependency chain. If the key is not present yet then
- * add it and return 0 - in this case the new dependency chain is
- * validated. If the key is already hashed, return 1.
+ * add it and return 1 - in this case the new dependency chain is
+ * validated. If the key is already hashed, return 0.
+ * (On return with 1 graph_lock is held.)
  */
  */
 static inline int lookup_chain_cache(u64 chain_key, struct lock_class *class)
 static inline int lookup_chain_cache(u64 chain_key, struct lock_class *class)
 {
 {