Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280486
b: refs/heads/master
c: cb54f25
h: refs/heads/master
v: v3
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Dec 15, 2011
1 parent 199643b commit 12a8bbc
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: d7a83c0f7f0f7a04710f31701f195018a4f5fdd3
refs/heads/master: cb54f2571ff3f5128f18efcf888ce3c051c589d9
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/free-space-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ static void io_ctl_set_crc(struct io_ctl *io_ctl, int index)
}

if (index == 0)
offset = sizeof(u32) * io_ctl->num_pages;;
offset = sizeof(u32) * io_ctl->num_pages;

crc = btrfs_csum_data(io_ctl->root, io_ctl->orig + offset, crc,
PAGE_CACHE_SIZE - offset);
Expand Down

0 comments on commit 12a8bbc

Please sign in to comment.