|
@@ -186,7 +186,6 @@ static struct rb_node *tree_insert(struct rb_root *root, u64 offset,
|
|
return parent;
|
|
return parent;
|
|
}
|
|
}
|
|
|
|
|
|
- entry = rb_entry(node, struct tree_entry, rb_node);
|
|
|
|
rb_link_node(node, parent, p);
|
|
rb_link_node(node, parent, p);
|
|
rb_insert_color(node, root);
|
|
rb_insert_color(node, root);
|
|
return NULL;
|
|
return NULL;
|