diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-12 16:23:48 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-19 14:57:26 -0400 |
commit | d354a6f150d873440975263530a2e42121d50a51 (patch) | |
tree | 20189b0608bf28b054fa5bf6b088733d1ef67f82 | |
parent | f66d9066c09fd65ed6fb418a422b17dcf9bdcd94 (diff) |
Documentation: fix ref to workqueue content
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html index e5d0bbd0230b..7394f034be65 100644 --- a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html +++ b/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html | |||
@@ -527,7 +527,7 @@ grace period also drove it to completion. | |||
527 | This straightforward approach had the disadvantage of needing to | 527 | This straightforward approach had the disadvantage of needing to |
528 | account for POSIX signals sent to user tasks, | 528 | account for POSIX signals sent to user tasks, |
529 | so more recent implemementations use the Linux kernel's | 529 | so more recent implemementations use the Linux kernel's |
530 | <a href="https://www.kernel.org/doc/Documentation/workqueue.txt">workqueues</a>. | 530 | <a href="https://www.kernel.org/doc/Documentation/core-api/workqueue.rst">workqueues</a>. |
531 | 531 | ||
532 | <p> | 532 | <p> |
533 | The requesting task still does counter snapshotting and funnel-lock | 533 | The requesting task still does counter snapshotting and funnel-lock |