Documentation: locking: fix references

JIRA: https://issues.redhat.com/browse/RHEL-60306

commit 8c7a729d09644dafbb90207c35cab495d3a33175
Author: Alexander Aring <aahringo@redhat.com>
Date: Mon, 23 Aug 2021 14:31:43 -0400

    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>

Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
Čestmír Kalina 2024-12-10 18:44:02 +01:00
parent 50651739d3
commit f0ba258f89
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Futex Requeue PI
Requeueing of tasks from a non-PI futex to a PI futex requires
special handling in order to ensure the underlying rt_mutex is never
left without an owner if it has waiters; doing so would break the PI
boosting logic [see rt-mutex-desgin.txt] For the purposes of
boosting logic [see rt-mutex-design.rst] For the purposes of
brevity, this action will be referred to as "requeue_pi" throughout
this document. Priority inheritance is abbreviated throughout as
"PI".

View File

@ -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
-------------------------