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

docs/completion.txt: drop dangling reference to completions-design.txt

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>

authored by

Brian Norris and committed by
Jonathan Corbet
dc92726e dd0b38d8

+1 -2
+1 -2
Documentation/scheduler/completion.txt
··· 25 25 can continue safely. 26 26 27 27 As completions are scheduling related, the code is found in 28 - kernel/sched/completion.c - for details on completion design and 29 - implementation see completions-design.txt 28 + kernel/sched/completion.c. 30 29 31 30 32 31 Usage: