Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138
b: refs/heads/master
c: e1ba0da
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney authored and Linus Torvalds committed Apr 16, 2005
1 parent 1001b63 commit 08d4992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29504ff3be784372c4e2f7e31681a3e0292c4d9a
refs/heads/master: e1ba0dab261c1941fdf0db28868eaf459aaea089
2 changes: 1 addition & 1 deletion trunk/include/linux/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 08d4992

Please sign in to comment.