Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128941
b: refs/heads/master
c: 23a0786
h: refs/heads/master
i:
  128939: d4f82d1
v: v3
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent c9aafbf commit b4180d9
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: 9623f9a3894ec95fe140ee5460bb840ac53bc6a0
refs/heads/master: 23a07867b78ee0f33b01466e52bb608c336b26ee
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/disk-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ int btree_readpage_end_io_hook(struct page *page, u64 start, u64 end,
eb = alloc_extent_buffer(tree, start, len, page, GFP_NOFS);

found_start = btrfs_header_bytenr(eb);
if (0 && found_start != start) {
if (found_start != start) {
printk("bad tree block start %llu %llu\n",
(unsigned long long)found_start,
(unsigned long long)eb->start);
Expand Down

0 comments on commit b4180d9

Please sign in to comment.