Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54689
b: refs/heads/master
c: 9e860d0
h: refs/heads/master
i:
  54687: 5961826
v: v3
  • Loading branch information
Jarek Poplawski authored and Linus Torvalds committed May 8, 2007
1 parent 768c2bb commit 96bfaad
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 076fa0fa2d53046d32f5157022d683b8027f05ed
refs/heads/master: 9e860d000a90cfc9ca270ddb6e99b177e6aa91cd
5 changes: 3 additions & 2 deletions trunk/kernel/lockdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1309,8 +1309,9 @@ register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force)

/*
* 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)
{
Expand Down

0 comments on commit 96bfaad

Please sign in to comment.