diff options
author | SeongJae Park <sj38.park@gmail.com> | 2015-01-14 04:22:01 +0900 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-01-16 09:09:21 +0100 |
commit | a97af339c80675402d23923f9514491e0a6b5477 (patch) | |
tree | a51287e302ae853da9718cf70babfae4339e489f | |
parent | 0f1ba9a2cea52896448ef4e14a4cb1880b8e5bee (diff) | |
download | linux-a97af339c80675402d23923f9514491e0a6b5477.tar.gz linux-a97af339c80675402d23923f9514491e0a6b5477.tar.bz2 linux-a97af339c80675402d23923f9514491e0a6b5477.zip |
locking/Documentation: Update code path
lockdep code has been moved from kernel/ to kernel/locking/ by commit
8eddac3f103736163f49255bcb109edadea167f6 ("locking: Move the lockdep
code to kernel/locking/"). But, path to lockdep code in document was not
updated.
This commit updates the path.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1421176921-27688-1-git-send-email-sj38.park@gmail.com
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-doc@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | Documentation/locking/lockdep-design.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/lockdep-design.txt b/Documentation/locking/lockdep-design.txt index 5dbc99c04f6e..5001280e9d82 100644 --- a/Documentation/locking/lockdep-design.txt +++ b/Documentation/locking/lockdep-design.txt @@ -34,7 +34,7 @@ The validator tracks lock-class usage history into 4n + 1 separate state bits: - 'ever held with STATE enabled' - 'ever held as readlock with STATE enabled' -Where STATE can be either one of (kernel/lockdep_states.h) +Where STATE can be either one of (kernel/locking/lockdep_states.h) - hardirq - softirq - reclaim_fs |