]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
doc: Fix outdated links
authorJunchang Wang <junchangwang@gmail.com>
Tue, 1 Jan 2019 14:03:19 +0000 (22:03 +0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Fri, 25 Jan 2019 23:34:18 +0000 (15:34 -0800)
Fix outdated links in whatisRCU.txt.

Signed-off-by: Junchang Wang <junchangwang@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
Documentation/RCU/whatisRCU.txt

index 4a6854318b17f0d7c8cdf95dc1a3e612a7ea910b..1ace20815bb1c97290f12fa317ec65b97b3220b4 100644 (file)
@@ -302,7 +302,7 @@ rcu_dereference()
        must prohibit.  The rcu_dereference_protected() variant takes
        a lockdep expression to indicate which locks must be acquired
        by the caller. If the indicated protection is not provided,
-       a lockdep splat is emitted.  See RCU/Design/Requirements.html
+       a lockdep splat is emitted.  See RCU/Design/Requirements/Requirements.html
        and the API's code comments for more details and example usage.
 
 The following diagram shows how each API communicates among the
@@ -560,7 +560,7 @@ presents two such "toy" implementations of RCU, one that is implemented
 in terms of familiar locking primitives, and another that more closely
 resembles "classic" RCU.  Both are way too simple for real-world use,
 lacking both functionality and performance.  However, they are useful
-in getting a feel for how RCU works.  See kernel/rcupdate.c for a
+in getting a feel for how RCU works.  See kernel/rcu/update.c for a
 production-quality implementation, and see:
 
        http://www.rdrop.com/users/paulmck/RCU