Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

SeongJae Park and committed by
Ingo Molnar
a97af339 0f1ba9a2

+1 -1
+1 -1
Documentation/locking/lockdep-design.txt
··· 34 34 - 'ever held with STATE enabled' 35 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 38 - hardirq 39 39 - softirq 40 40 - reclaim_fs