aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Saeger <tom.saeger@oracle.com>2017-10-12 15:23:36 -0500
committerJonathan Corbet <corbet@lwn.net>2017-10-19 12:56:44 -0600
commit796cacdda786cb5466277ae51465a798f3c665b4 (patch)
tree09ca2672705a1e6cc7a16b88ad3ecb7f32bfe5c7
parentdocs: dev-tools: correct Coccinelle version number (diff)
downloadlinux-dev-796cacdda786cb5466277ae51465a798f3c665b4.tar.xz
linux-dev-796cacdda786cb5466277ae51465a798f3c665b4.zip
Documentation: fix locking rt-mutex doc refs
Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/locking/rt-mutex-design.txt2
-rw-r--r--Documentation/pi-futex.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/locking/rt-mutex-design.txt b/Documentation/locking/rt-mutex-design.txt
index 6c6e8c2410de..3d7b865539cc 100644
--- a/Documentation/locking/rt-mutex-design.txt
+++ b/Documentation/locking/rt-mutex-design.txt
@@ -8,7 +8,7 @@ RT-mutex implementation design
This document tries to describe the design of the rtmutex.c implementation.
It doesn't describe the reasons why rtmutex.c exists. For that please see
-Documentation/rt-mutex.txt. Although this document does explain problems
+Documentation/locking/rt-mutex.txt. Although this document does explain problems
that happen without this code, but that is in the concept to understand
what the code actually is doing.
diff --git a/Documentation/pi-futex.txt b/Documentation/pi-futex.txt
index aafddbee7377..b154f6c0c36e 100644
--- a/Documentation/pi-futex.txt
+++ b/Documentation/pi-futex.txt
@@ -119,4 +119,4 @@ properties of futexes, and all four combinations are possible: futex,
robust-futex, PI-futex, robust+PI-futex.
More details about priority inheritance can be found in
-Documentation/rt-mutex.txt.
+Documentation/locking/rt-mutex.txt.