diff options
Diffstat (limited to 'include/linux/rbtree.h')
| -rw-r--r-- | include/linux/rbtree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h index d574361943ea..fcbeed4053ef 100644 --- a/include/linux/rbtree.h +++ b/include/linux/rbtree.h | |||
| @@ -99,6 +99,8 @@ extern void rb_replace_node(struct rb_node *victim, struct rb_node *new, | |||
| 99 | struct rb_root *root); | 99 | struct rb_root *root); |
| 100 | extern void rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, | 100 | extern void rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, |
| 101 | struct rb_root *root); | 101 | struct rb_root *root); |
| 102 | extern void rb_replace_node_cached(struct rb_node *victim, struct rb_node *new, | ||
| 103 | struct rb_root_cached *root); | ||
| 102 | 104 | ||
| 103 | static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, | 105 | static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, |
| 104 | struct rb_node **rb_link) | 106 | struct rb_node **rb_link) |
