Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223811
b: refs/heads/master
c: 3c2dcf2
h: refs/heads/master
i:
  223809: 6000161
  223807: 90282ad
v: v3
  • Loading branch information
Paul E. McKenney committed Dec 17, 2010
1 parent f86888b commit 5ea0dec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 8a9c1cee26c0ece23b38c45b92b724438878f842
refs/heads/master: 3c2dcf2aed5ea22ecf65a9a871c4963faec421b3
5 changes: 0 additions & 5 deletions trunk/include/linux/rculist.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,6 @@ static inline void list_splice_init_rcu(struct list_head *list,
#define list_first_entry_rcu(ptr, type, member) \
list_entry_rcu((ptr)->next, type, member)

#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)))

/**
* list_for_each_entry_rcu - iterate over rcu list of given type
* @pos: the type * to use as a loop cursor.
Expand Down

0 comments on commit 5ea0dec

Please sign in to comment.