Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129013
b: refs/heads/master
c: 8247b41
h: refs/heads/master
i:
  129011: 4c71f98
v: v3
  • Loading branch information
Yan Zheng authored and Chris Mason committed Nov 11, 2008
1 parent 10a77a0 commit 3432031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 8a1413a296d38b54ded651e76ef16c033d38fd5d
refs/heads/master: 8247b41ac980d125de8aeba6f33f381056ac0ecb
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ int noinline btrfs_drop_extents(struct btrfs_trans_handle *trans,
goto out;
}
if (recow) {
search_start = key.offset;
search_start = max(key.offset, start);
continue;
}
if (btrfs_key_type(&key) == BTRFS_EXTENT_DATA_KEY) {
Expand Down

0 comments on commit 3432031

Please sign in to comment.