Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232528
b: refs/heads/master
c: 0b6bb66
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Gruenbacher authored and Linus Torvalds committed Jan 28, 2011
1 parent b27eb26 commit 404eee8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b12ece7d852efbc8db45371c068900fcc62002d4
refs/heads/master: 0b6bb66d1247601e4a2560bb048d64c606bd7b73
3 changes: 3 additions & 0 deletions trunk/lib/rbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ void rb_augment_insert(struct rb_node *node, rb_augment_f func, void *data)

rb_augment_path(node, func, data);
}
EXPORT_SYMBOL(rb_augment_insert);

/*
* before removing the node, find the deepest node on the rebalance path
Expand All @@ -340,6 +341,7 @@ struct rb_node *rb_augment_erase_begin(struct rb_node *node)

return deepest;
}
EXPORT_SYMBOL(rb_augment_erase_begin);

/*
* after removal, update the tree to account for the removed entry
Expand All @@ -350,6 +352,7 @@ void rb_augment_erase_end(struct rb_node *node, rb_augment_f func, void *data)
if (node)
rb_augment_path(node, func, data);
}
EXPORT_SYMBOL(rb_augment_erase_end);

/*
* This function returns the first node (in sort order) of the tree.
Expand Down

0 comments on commit 404eee8

Please sign in to comment.