[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-a97af339c80675402d23923f9514491e0a6b5477@git.kernel.org>
Date: Fri, 16 Jan 2015 00:43:11 -0800
From: tip-bot for SeongJae Park <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: sj38.park@...il.com, peterz@...radead.org,
torvalds@...ux-foundation.org, hpa@...or.com, mingo@...nel.org,
tglx@...utronix.de, corbet@....net, linux-kernel@...r.kernel.org
Subject: [tip:locking/core] locking/Documentation: Update code path
Commit-ID: a97af339c80675402d23923f9514491e0a6b5477
Gitweb: http://git.kernel.org/tip/a97af339c80675402d23923f9514491e0a6b5477
Author: SeongJae Park <sj38.park@...il.com>
AuthorDate: Wed, 14 Jan 2015 04:22:01 +0900
Committer: Ingo Molnar <mingo@...nel.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.park@...il.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
Link: http://lkml.kernel.org/r/1421176921-27688-1-git-send-email-sj38.park@gmail.com
Cc: Jonathan Corbet <corbet@....net>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-doc@...r.kernel.org
Signed-off-by: Ingo Molnar <mingo@...nel.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists