diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-12-18 16:46:45 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-01-15 00:30:33 -0500 |
commit | 4afac159c3ba412f49cb28291903fd01fcb25cbf (patch) | |
tree | a6d9536c0e254777080fce170ed852da17324e83 | |
parent | c8241f8553e888199283c75ab89ef6b092b2afd2 (diff) |
doc: Quick-Quiz answers are now inline
Now that quick-quiz answers are inline, there is no separate section
containing those answers. This commit therefore removes the dangling
reference from the RCU data-structures design documentation.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
-rw-r--r-- | Documentation/RCU/Design/Data-Structures/Data-Structures.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/RCU/Design/Data-Structures/Data-Structures.html b/Documentation/RCU/Design/Data-Structures/Data-Structures.html index 7eb47ac25ad7..d583c653a703 100644 --- a/Documentation/RCU/Design/Data-Structures/Data-Structures.html +++ b/Documentation/RCU/Design/Data-Structures/Data-Structures.html | |||
@@ -4,7 +4,7 @@ | |||
4 | <head><title>A Tour Through TREE_RCU's Data Structures [LWN.net]</title> | 4 | <head><title>A Tour Through TREE_RCU's Data Structures [LWN.net]</title> |
5 | <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> | 5 | <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> |
6 | 6 | ||
7 | <p>January 27, 2016</p> | 7 | <p>December 18, 2016</p> |
8 | <p>This article was contributed by Paul E. McKenney</p> | 8 | <p>This article was contributed by Paul E. McKenney</p> |
9 | 9 | ||
10 | <h3>Introduction</h3> | 10 | <h3>Introduction</h3> |
@@ -31,9 +31,6 @@ to each other. | |||
31 | Accessor Functions</a> | 31 | Accessor Functions</a> |
32 | </ol> | 32 | </ol> |
33 | 33 | ||
34 | At the end we have the | ||
35 | <a href="#Answers to Quick Quizzes">answers to the quick quizzes</a>. | ||
36 | |||
37 | <h3><a name="Data-Structure Relationships">Data-Structure Relationships</a></h3> | 34 | <h3><a name="Data-Structure Relationships">Data-Structure Relationships</a></h3> |
38 | 35 | ||
39 | <p>RCU is for all intents and purposes a large state machine, and its | 36 | <p>RCU is for all intents and purposes a large state machine, and its |