Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269179
b: refs/heads/master
c: 540f41e
h: refs/heads/master
i:
  269177: 39a7139
  269175: 3d13668
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Oct 11, 2011
1 parent f6bac90 commit 9d694bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 510f5acc4f4fb07f3f075900dc468d6e380beff6
refs/heads/master: 540f41edc15473ca3b2876de72646546ae101374
6 changes: 6 additions & 0 deletions trunk/include/linux/llist.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,10 @@ static inline struct llist_node *llist_del_all(struct llist_head *head)
{
return xchg(&head->first, NULL);
}

extern bool llist_add_batch(struct llist_node *new_first,
struct llist_node *new_last,
struct llist_head *head);
extern struct llist_node *llist_del_first(struct llist_head *head);

#endif /* LLIST_H */

0 comments on commit 9d694bb

Please sign in to comment.