summaryrefslogtreecommitdiff
path: root/Documentation/locking/ww-mutex-design.rst
diff options
context:
space:
mode:
authorAlexander Aring <aahringo@redhat.com>2021-08-23 14:31:43 -0400
committerJonathan Corbet <corbet@lwn.net>2021-08-24 13:20:39 -0600
commit8c7a729d09644dafbb90207c35cab495d3a33175 (patch)
tree819dae401475462cebd20f4866710b1f7e665185 /Documentation/locking/ww-mutex-design.rst
parent630c8fa02f9adf83614871c16c651f049b92f6a7 (diff)
Documentation: locking: fix references
This patch fixes file references from txt to rst file ending in ww-mutex-design.rst and futex-requeue-pi.rst. While on it fix a spelling issue "desgin" to "design" reported by Matthew Wilcox. Signed-off-by: Alexander Aring <aahringo@redhat.com> Link: https://lore.kernel.org/r/20210823183143.1691344-1-aahringo@redhat.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/locking/ww-mutex-design.rst')
-rw-r--r--Documentation/locking/ww-mutex-design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/ww-mutex-design.rst b/Documentation/locking/ww-mutex-design.rst
index 54d9c17bb66b..6a4d7319f8f0 100644
--- a/Documentation/locking/ww-mutex-design.rst
+++ b/Documentation/locking/ww-mutex-design.rst
@@ -2,7 +2,7 @@
Wound/Wait Deadlock-Proof Mutex Design
======================================
-Please read mutex-design.txt first, as it applies to wait/wound mutexes too.
+Please read mutex-design.rst first, as it applies to wait/wound mutexes too.
Motivation for WW-Mutexes
-------------------------