Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165917
b: refs/heads/master
c: 46562ce
h: refs/heads/master
i:
  165915: b06a4ea
v: v3
  • Loading branch information
Chris Mason committed Sep 24, 2009
1 parent b6d9e31 commit dce9fc2
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 42daec299b8b6b9605976d0ee1266b343a31cbcc
refs/heads/master: 46562cec98368623bcd18d7fd30f20c04afd5978
4 changes: 4 additions & 0 deletions trunk/fs/btrfs/extent_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,10 @@ int test_range_bit(struct extent_io_tree *tree, u64 start, u64 end,
bitset = 0;
break;
}

if (state->end == (u64)-1)
break;

start = state->end + 1;
if (start > end)
break;
Expand Down

0 comments on commit dce9fc2

Please sign in to comment.