summaryrefslogtreecommitdiffstats
path: root/Documentation/locking
diff options
context:
space:
mode:
authorSeongJae Park <sj38.park@gmail.com>2015-01-14 04:22:01 +0900
committerIngo Molnar <mingo@kernel.org>2015-01-16 09:09:21 +0100
commita97af339c80675402d23923f9514491e0a6b5477 (patch)
treea51287e302ae853da9718cf70babfae4339e489f /Documentation/locking
parent0f1ba9a2cea52896448ef4e14a4cb1880b8e5bee (diff)
downloadop-kernel-dev-a97af339c80675402d23923f9514491e0a6b5477.zip
op-kernel-dev-a97af339c80675402d23923f9514491e0a6b5477.tar.gz
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>
Diffstat (limited to 'Documentation/locking')
-rw-r--r--Documentation/locking/lockdep-design.txt2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud