Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287898
b: refs/heads/master
c: 692e575
h: refs/heads/master
v: v3
  • Loading branch information
Liu Bo authored and David Sterba committed Feb 21, 2012
1 parent 375faaf commit c2d1efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: d9b0218f6cb682aa6a4ada2bfc5a25fdf3018563
refs/heads/master: 692e5759a43b916f0b66bcb39b2957499992381e
3 changes: 1 addition & 2 deletions trunk/fs/btrfs/extent_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,7 @@ int clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end,
if (start <= end && next_node) {
state = rb_entry(next_node, struct extent_state,
rb_node);
if (state->start == start)
goto hit_next;
goto hit_next;
}
goto search_again;

Expand Down

0 comments on commit c2d1efd

Please sign in to comment.