diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-12 16:23:36 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 14:56:44 -0400 |
commit | 796cacdda786cb5466277ae51465a798f3c665b4 (patch) | |
tree | 09ca2672705a1e6cc7a16b88ad3ecb7f32bfe5c7 /Documentation/pi-futex.txt | |
parent | 4845688d6a86d411a7622148e4f39d29b51e92cd (diff) |
Documentation: fix locking rt-mutex doc refs
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/pi-futex.txt')
-rw-r--r-- | Documentation/pi-futex.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
119 | robust-futex, PI-futex, robust+PI-futex. | 119 | robust-futex, PI-futex, robust+PI-futex. |
120 | 120 | ||
121 | More details about priority inheritance can be found in | 121 | More details about priority inheritance can be found in |
122 | Documentation/rt-mutex.txt. | 122 | Documentation/locking/rt-mutex.txt. |