[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1421176921-27688-1-git-send-email-sj38.park@gmail.com>
Date: Wed, 14 Jan 2015 04:22:01 +0900
From: SeongJae Park <sj38.park@...il.com>
To: peterz@...radead.org, mingo@...hat.com, corbet@....net
Cc: linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
SeongJae Park <sj38.park@...il.com>
Subject: [PATCH] Documentation: locking: update code path
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@...il.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
--
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