Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128623
b: refs/heads/master
c: f0c5da1
h: refs/heads/master
i:
  128621: e4bfac8
  128619: 790aca3
  128615: 806b510
  128607: c06f711
v: v3
  • Loading branch information
Yan authored and Chris Mason committed Sep 25, 2008
1 parent d19b3ea commit 2e3f6f2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b17854275cd297d40c6c5562fa44a472314c6c7f
refs/heads/master: f0c5da1446cc500856a5e31c9a0e2a7bdd30e663
5 changes: 5 additions & 0 deletions trunk/fs/btrfs/extent_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,11 @@ int test_range_bit(struct extent_map_tree *tree, u64 start, u64 end,
if (start > end)
break;
node = rb_next(node);
if (!node) {
if (filled)
bitset = 0;
break;
}
}
read_unlock_irq(&tree->lock);
return bitset;
Expand Down

0 comments on commit 2e3f6f2

Please sign in to comment.