Commit-ID:  a97af339c80675402d23923f9514491e0a6b5477
Gitweb:     http://git.kernel.org/tip/a97af339c80675402d23923f9514491e0a6b5477
Author:     SeongJae Park <sj38.p...@gmail.com>
AuthorDate: Wed, 14 Jan 2015 04:22:01 +0900
Committer:  Ingo Molnar <mi...@kernel.org>
CommitDate: Fri, 16 Jan 2015 09:09:21 +0100

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.p...@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org>
Link: 
http://lkml.kernel.org/r/1421176921-27688-1-git-send-email-sj38.p...@gmail.com
Cc: Jonathan Corbet <cor...@lwn.net>
Cc: Linus Torvalds <torva...@linux-foundation.org>
Cc: linux-...@vger.kernel.org
Signed-off-by: Ingo Molnar <mi...@kernel.org>
---
 Documentation/locking/lockdep-design.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/locking/lockdep-design.txt 
b/Documentation/locking/lockdep-design.txt
index 5dbc99c..5001280 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to