diff options
author | Pranith Kumar <bobby.prani@gmail.com> | 2014-06-09 17:51:23 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-07-08 17:14:09 +0200 |
commit | 5e40ad7f6a038cfa42e0605764366d994701eab7 (patch) | |
tree | 67744267a0d95a30a64c78398a8461bac1ad8ad9 | |
parent | documentation: Clarify wake-up/memory-barrier relationship (diff) | |
download | linux-5e40ad7f6a038cfa42e0605764366d994701eab7.tar.xz linux-5e40ad7f6a038cfa42e0605764366d994701eab7.zip |
documentation: Update reference, kerneltrap.org no longer works
The kerneltrap.org site no longer works, so this commit updates it to
a working reference, namely gmane.
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
-rw-r--r-- | Documentation/RCU/RTFP.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt index 2f0fcb2112d2..f29bcbc463e7 100644 --- a/Documentation/RCU/RTFP.txt +++ b/Documentation/RCU/RTFP.txt @@ -2451,8 +2451,8 @@ lot of {Linux} into your technology!!!" ,month="February" ,year="2010" ,note="Available: -\url{http://kerneltrap.com/mailarchive/linux-netdev/2010/2/26/6270589} -[Viewed March 20, 2011]" +\url{http://thread.gmane.org/gmane.linux.network/153338} +[Viewed June 9, 2014]" ,annotation={ Use a pair of list_head structures to support RCU-protected resizable hash tables. |