Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332513
b: refs/heads/master
c: d8347fa
h: refs/heads/master
i:
  332511: 759da7c
v: v3
  • Loading branch information
Alexander Block authored and Chris Mason committed Oct 1, 2012
1 parent 2d5c17d commit 5f56458
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: 3954096d4b1adab6fbb3c26de37ddd4f781e072f
refs/heads/master: d8347fa444c682dc8a1e24e7158bfa2dd4c9ca71
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ static int is_extent_unchanged(struct send_ctx *sctx,
* Are we at extent 8? If yes, we know the extent is changed.
* This may only happen on the first iteration.
*/
if (found_key.offset + right_len < ekey->offset) {
if (found_key.offset + right_len <= ekey->offset) {
ret = 0;
goto out;
}
Expand Down

0 comments on commit 5f56458

Please sign in to comment.