From 4afac159c3ba412f49cb28291903fd01fcb25cbf Mon Sep 17 00:00:00 2001 From: "Paul E. McKenney" Date: Sun, 18 Dec 2016 13:46:45 -0800 Subject: 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 Reviewed-by: Josh Triplett --- Documentation/RCU/Design/Data-Structures/Data-Structures.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Documentation/RCU') 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 @@ A Tour Through TREE_RCU's Data Structures [LWN.net] -

January 27, 2016

+

December 18, 2016

This article was contributed by Paul E. McKenney

Introduction

@@ -31,9 +31,6 @@ to each other. Accessor Functions -At the end we have the -answers to the quick quizzes. -

Data-Structure Relationships

RCU is for all intents and purposes a large state machine, and its -- cgit