Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332512
b: refs/heads/master
c: 3954096
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Block authored and Chris Mason committed Oct 1, 2012
1 parent 759da7c commit 2d5c17d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5dc67d0ba915cda01ed3a980502945edf2c46b70
refs/heads/master: 3954096d4b1adab6fbb3c26de37ddd4f781e072f
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -3819,8 +3819,8 @@ static int is_extent_unchanged(struct send_ctx *sctx,
/*
* Check if we have the same extent.
*/
if (left_disknr + left_offset_fixed !=
right_disknr + right_offset) {
if (left_disknr != right_disknr ||
left_offset_fixed != right_offset) {
ret = 0;
goto out;
}
Expand Down

0 comments on commit 2d5c17d

Please sign in to comment.