Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349179
b: refs/heads/master
c: e58dd74
h: refs/heads/master
i:
  349177: c7c2285
  349175: 007c14a
v: v3
  • Loading branch information
Josef Bacik committed Jan 24, 2013
1 parent 456009a commit 8f26cb5
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: 192000dda22e02225772e862b92e7c09e5a17d08
refs/heads/master: e58dd74bccb4317e39e4b675bf9c6cd133608fac
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/file-item.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ int btrfs_csum_one_bio(struct btrfs_root *root, struct inode *inode,
if (!contig)
offset = page_offset(bvec->bv_page) + bvec->bv_offset;

if (!contig && (offset >= ordered->file_offset + ordered->len ||
offset < ordered->file_offset)) {
if (offset >= ordered->file_offset + ordered->len ||
offset < ordered->file_offset) {
unsigned long bytes_left;
sums->len = this_sum_bytes;
this_sum_bytes = 0;
Expand Down

0 comments on commit 8f26cb5

Please sign in to comment.