commit | e1ba0dab261c1941fdf0db28868eaf459aaea089 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@us.ibm.com> | Sat Apr 16 15:25:51 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:25:51 2005 -0700 |
tree | 5fcf27745b8e41c7997c04e71fd0df3617c339db | |
parent | 29504ff3be784372c4e2f7e31681a3e0292c4d9a [diff] |
[PATCH] Fix comment in list.h that refers to nonexistent API 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>