diff options
author | Brian Norris <briannorris@chromium.org> | 2016-11-15 23:42:14 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-17 00:27:50 +0100 |
commit | dc92726e7f8d9e400ae4fa42fde4c3a5020fcbb8 (patch) | |
tree | 0bcd1ef4d522cd3e089a7805b4376d1f718a1dd9 /Documentation/scheduler | |
parent | Documentation: convert USB to new format (diff) | |
download | linux-dc92726e7f8d9e400ae4fa42fde4c3a5020fcbb8.tar.xz linux-dc92726e7f8d9e400ae4fa42fde4c3a5020fcbb8.zip |
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>
Diffstat (limited to 'Documentation/scheduler')
-rw-r--r-- | Documentation/scheduler/completion.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/scheduler/completion.txt b/Documentation/scheduler/completion.txt index 2622bc7a188b..656cf803c006 100644 --- a/Documentation/scheduler/completion.txt +++ b/Documentation/scheduler/completion.txt @@ -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: |