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

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>

authored by

Alexander Aring and committed by
Jonathan Corbet
8c7a729d 630c8fa0

+2 -2
+1 -1
Documentation/locking/futex-requeue-pi.rst
··· 5 5 Requeueing of tasks from a non-PI futex to a PI futex requires 6 6 special handling in order to ensure the underlying rt_mutex is never 7 7 left without an owner if it has waiters; doing so would break the PI 8 - boosting logic [see rt-mutex-desgin.txt] For the purposes of 8 + boosting logic [see rt-mutex-design.rst] For the purposes of 9 9 brevity, this action will be referred to as "requeue_pi" throughout 10 10 this document. Priority inheritance is abbreviated throughout as 11 11 "PI".
+1 -1
Documentation/locking/ww-mutex-design.rst
··· 2 2 Wound/Wait Deadlock-Proof Mutex Design 3 3 ====================================== 4 4 5 - Please read mutex-design.txt first, as it applies to wait/wound mutexes too. 5 + Please read mutex-design.rst first, as it applies to wait/wound mutexes too. 6 6 7 7 Motivation for WW-Mutexes 8 8 -------------------------