All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: locking: fix references
@ 2021-08-23 17:15 Alexander Aring
  2021-08-23 17:37 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Aring @ 2021-08-23 17:15 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, aahringo

This patch fixes file references from txt to rst file ending in
ww-mutex-design.rst and futex-requeue-pi.rst.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
---
Maybe there are more somewhere else in Documentation? However I caught
these ones in locking.

 Documentation/locking/futex-requeue-pi.rst | 2 +-
 Documentation/locking/ww-mutex-design.rst  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/locking/futex-requeue-pi.rst b/Documentation/locking/futex-requeue-pi.rst
index 14ab5787b9a7..27c7a2b8966f 100644
--- a/Documentation/locking/futex-requeue-pi.rst
+++ b/Documentation/locking/futex-requeue-pi.rst
@@ -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-desgin.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".
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
 -------------------------
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: locking: fix references
  2021-08-23 17:15 [PATCH] Documentation: locking: fix references Alexander Aring
@ 2021-08-23 17:37 ` Matthew Wilcox
  2021-08-23 18:25   ` Alexander Aring
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2021-08-23 17:37 UTC (permalink / raw)
  To: Alexander Aring; +Cc: corbet, linux-doc

On Mon, Aug 23, 2021 at 01:15:46PM -0400, Alexander Aring wrote:
> -boosting logic [see rt-mutex-desgin.txt] For the purposes of
> +boosting logic [see rt-mutex-desgin.rst] For the purposes of

desgin?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Documentation: locking: fix references
  2021-08-23 17:37 ` Matthew Wilcox
@ 2021-08-23 18:25   ` Alexander Aring
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Aring @ 2021-08-23 18:25 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: corbet, linux-doc

Hi,

On Mon, Aug 23, 2021 at 1:56 PM Matthew Wilcox <willy@infradead.org> wrote:
>
> On Mon, Aug 23, 2021 at 01:15:46PM -0400, Alexander Aring wrote:
> > -boosting logic [see rt-mutex-desgin.txt] For the purposes of
> > +boosting logic [see rt-mutex-desgin.rst] For the purposes of
>
> desgin?
>

oh, indeed. Yes, thanks. I will send a v2. :)

I was copy&pasting it and deleted some characters at the end of the
string. Then I spammed the tab key, now I know why it took longer than
just deleting the last three characters.

Thanks.

- Alex


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-23 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 17:15 [PATCH] Documentation: locking: fix references Alexander Aring
2021-08-23 17:37 ` Matthew Wilcox
2021-08-23 18:25   ` Alexander Aring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.