Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128961
b: refs/heads/master
c: 9a5e1ea
h: refs/heads/master
i:
  128959: 877dc98
v: v3
  • Loading branch information
Chris Mason committed Sep 29, 2008
1 parent 07353d0 commit dd8cd6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 8c8bee1d7ca47fc75b6bd24a8085c525a2394c02
refs/heads/master: 9a5e1ea1e1e539e244a54afffc330fc368376ab9
1 change: 0 additions & 1 deletion trunk/fs/btrfs/ref-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ static struct rb_node *tree_insert(struct rb_root *root, u64 bytenr,
while(*p) {
parent = *p;
entry = rb_entry(parent, struct btrfs_leaf_ref, rb_node);
WARN_ON(!entry->in_tree);

if (bytenr < entry->bytenr)
p = &(*p)->rb_left;
Expand Down

0 comments on commit dd8cd6d

Please sign in to comment.