]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
[PATCH] Fix comment in list.h that refers to nonexistent API
authorPaul E. McKenney <paulmck@us.ibm.com>
Sat, 16 Apr 2005 22:25:51 +0000 (15:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:25:51 +0000 (15:25 -0700)
The hlist_for_each_entry_rcu() comment block refers to a nonexistent
hlist_add_rcu() API, needs to change to hlist_add_head_rcu().

Signed-off-by: Paul E. McKenney <paulmck@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/list.h

index dd7cd54fa831381b49310dc548d844d90762e016..399b51d1721880e6eac3d8b293a140938bf7eb17 100644 (file)
@@ -692,7 +692,7 @@ static inline void hlist_add_after(struct hlist_node *n,
  * @member:    the name of the hlist_node within the struct.
  *
  * This list-traversal primitive may safely run concurrently with
- * the _rcu list-mutation primitives such as hlist_add_rcu()
+ * the _rcu list-mutation primitives such as hlist_add_head_rcu()
  * as long as the traversal is guarded by rcu_read_lock().
  */
 #define hlist_for_each_entry_rcu(tpos, pos, head, member)               \