* [PATCH] Documentation: locking: update code path
@ 2015-01-13 19:22 SeongJae Park
2015-01-16 8:43 ` [tip:locking/core] locking/Documentation: Update " tip-bot for SeongJae Park
0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2015-01-13 19:22 UTC (permalink / raw)
To: peterz, mingo, corbet; +Cc: linux-kernel, linux-doc, SeongJae Park
lockdep code have 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>
---
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
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:locking/core] locking/Documentation: Update code path
2015-01-13 19:22 [PATCH] Documentation: locking: update code path SeongJae Park
@ 2015-01-16 8:43 ` tip-bot for SeongJae Park
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for SeongJae Park @ 2015-01-16 8:43 UTC (permalink / raw)
To: linux-tip-commits
Cc: sj38.park, peterz, torvalds, hpa, mingo, tglx, corbet, linux-kernel
Commit-ID: a97af339c80675402d23923f9514491e0a6b5477
Gitweb: http://git.kernel.org/tip/a97af339c80675402d23923f9514491e0a6b5477
Author: SeongJae Park <sj38.park@gmail.com>
AuthorDate: Wed, 14 Jan 2015 04:22:01 +0900
Committer: Ingo Molnar <mingo@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.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>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-16 8:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-13 19:22 [PATCH] Documentation: locking: update code path SeongJae Park
2015-01-16 8:43 ` [tip:locking/core] locking/Documentation: Update " tip-bot for SeongJae Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome