diff options
| author | SeongJae Park <sj38.park@gmail.com> | 2015-01-13 14:22:01 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2015-01-16 03:09:21 -0500 |
| commit | a97af339c80675402d23923f9514491e0a6b5477 (patch) | |
| tree | a51287e302ae853da9718cf70babfae4339e489f | |
| parent | 0f1ba9a2cea52896448ef4e14a4cb1880b8e5bee (diff) | |
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: | |||
| 34 | - 'ever held with STATE enabled' | 34 | - 'ever held with STATE enabled' |
| 35 | - 'ever held as readlock with STATE enabled' | 35 | - 'ever held as readlock with STATE enabled' |
| 36 | 36 | ||
| 37 | Where STATE can be either one of (kernel/lockdep_states.h) | 37 | Where STATE can be either one of (kernel/locking/lockdep_states.h) |
| 38 | - hardirq | 38 | - hardirq |
| 39 | - softirq | 39 | - softirq |
| 40 | - reclaim_fs | 40 | - reclaim_fs |
