Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223810
b: refs/heads/master
c: 8a9c1ce
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Paul E. McKenney committed Dec 17, 2010
1 parent 6000161 commit f86888b
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: b52573d2796274f7f31cfeff7185c320adcd4f12
refs/heads/master: 8a9c1cee26c0ece23b38c45b92b724438878f842
2 changes: 1 addition & 1 deletion trunk/include/linux/rculist.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static inline void list_splice_init_rcu(struct list_head *list,
#define __list_for_each_rcu(pos, head) \
for (pos = rcu_dereference_raw(list_next_rcu(head)); \
pos != (head); \
pos = rcu_dereference_raw(list_next_rcu((pos)))
pos = rcu_dereference_raw(list_next_rcu(pos)))

/**
* list_for_each_entry_rcu - iterate over rcu list of given type
Expand Down

0 comments on commit f86888b

Please sign in to comment.