diff options
| author | Peter Zijlstra <[email protected]> | 2007-07-19 01:48:59 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-07-19 10:04:49 -0700 |
| commit | 4b32d0a4e9ec07808a5c406a416c6576c986b047 (patch) | |
| tree | 9157e27e485723b6806fbab8926e9e5fcd5397e6 /include/linux | |
| parent | 4fe87745a6722d42ff27a60768c77958fa1fc498 (diff) | |
lockdep: various fixes
- update the copyright notices
- use the default hash function
- fix a thinko in a BUILD_BUG_ON
- add a WARN_ON to spot inconsitent naming
- fix a termination issue in /proc/lock_stat
[[email protected]: cleanups]
Signed-off-by: Peter Zijlstra <[email protected]>
Acked-by: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/lockdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h index 8f946f614f8e..3d3386b88b6a 100644 --- a/include/linux/lockdep.h +++ b/include/linux/lockdep.h @@ -1,7 +1,8 @@ /* * Runtime locking correctness validator * - * Copyright (C) 2006 Red Hat, Inc., Ingo Molnar <[email protected]> + * Copyright (C) 2006,2007 Red Hat, Inc., Ingo Molnar <[email protected]> + * Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra <[email protected]> * * see Documentation/lockdep-design.txt for more details. */ |