Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361953
b: refs/heads/master
c: adaa4b8
h: refs/heads/master
i:
  361951: 2abce6c
v: v3
  • Loading branch information
Jan Schmidt authored and Josef Bacik committed Mar 28, 2013
1 parent 26b41a3 commit d6c0e82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: 4adaa611020fa6ac65b0ac8db78276af4ec04e63
refs/heads/master: adaa4b8e4d47eeb114513c2f7a172929154b94bd
10 changes: 4 additions & 6 deletions trunk/fs/btrfs/send.c
Original file line number Diff line number Diff line change
Expand Up @@ -3945,12 +3945,10 @@ static int is_extent_unchanged(struct send_ctx *sctx,
found_key.type != key.type) {
key.offset += right_len;
break;
} else {
if (found_key.offset != key.offset + right_len) {
/* Should really not happen */
ret = -EIO;
goto out;
}
}
if (found_key.offset != key.offset + right_len) {
ret = 0;
goto out;
}
key = found_key;
}
Expand Down

0 comments on commit d6c0e82

Please sign in to comment.