]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
docs/completion.txt: drop dangling reference to completions-design.txt
authorBrian Norris <briannorris@chromium.org>
Tue, 15 Nov 2016 22:42:14 +0000 (14:42 -0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 16 Nov 2016 23:27:50 +0000 (16:27 -0700)
Per the original author, the proposed document was never deemed
necessary, and the important bits got merged into completion.txt. Let's
just stop confusing readers by pointing at a nonexistent doc.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/scheduler/completion.txt

index 2622bc7a188b0519f87058773e6dc826c5e785a9..656cf803c006200c37f81628f6f895d059556e70 100644 (file)
@@ -25,8 +25,7 @@ struct completion that tells the waiting threads of execution if they
 can continue safely.
 
 As completions are scheduling related, the code is found in
-kernel/sched/completion.c - for details on completion design and
-implementation see completions-design.txt
+kernel/sched/completion.c.
 
 
 Usage: