2012-10-17 15:05:39

by Dhaval Giani

[permalink] [raw]
Subject: [PATCH] RCU documentation: Correct the name of a reference

[Attaching the patch as gmail breaks the patches]

Trying to go through the history of RCU (not for the weak
minded) led me to search for a non-existent paper.

Correct it to the actual reference

Signed-off-by: Dhaval Giani <[email protected]>
Cc: Paul McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>

Index: linux/Documentation/RCU/RTFP.txt
===================================================================
--- linux.orig/Documentation/RCU/RTFP.txt
+++ linux/Documentation/RCU/RTFP.txt
@@ -186,7 +186,7 @@ Bibtex Entries

@article{Kung80
,author="H. T. Kung and Q. Lehman"
-,title="Concurrent Maintenance of Binary Search Trees"
+,title="Concurrent Manipulation of Binary Search Trees"
,Year="1980"
,Month="September"
,journal="ACM Transactions on Database Systems"


Attachments:
rcu-doc-fix.patch (816.00 B)

2012-10-17 21:47:44

by Paul E. McKenney

[permalink] [raw]
Subject: Re: [PATCH] RCU documentation: Correct the name of a reference

On Wed, Oct 17, 2012 at 11:05:37AM -0400, Dhaval Giani wrote:
> [Attaching the patch as gmail breaks the patches]
>
> Trying to go through the history of RCU (not for the weak
> minded) led me to search for a non-existent paper.
>
> Correct it to the actual reference

Queued, thank you!

Thanx, Paul

> Signed-off-by: Dhaval Giani <[email protected]>
> Cc: Paul McKenney <[email protected]>
> Cc: Peter Zijlstra <[email protected]>
>
> Index: linux/Documentation/RCU/RTFP.txt
> ===================================================================
> --- linux.orig/Documentation/RCU/RTFP.txt
> +++ linux/Documentation/RCU/RTFP.txt
> @@ -186,7 +186,7 @@ Bibtex Entries
>
> @article{Kung80
> ,author="H. T. Kung and Q. Lehman"
> -,title="Concurrent Maintenance of Binary Search Trees"
> +,title="Concurrent Manipulation of Binary Search Trees"
> ,Year="1980"
> ,Month="September"
> ,journal="ACM Transactions on Database Systems"