diff options
-rw-r--r-- | fs/btrfs/disk-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 57fbf107e59f..f6f7821d43a5 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -346,7 +346,7 @@ int btree_readpage_end_io_hook(struct page *page, u64 start, u64 end, | |||
346 | eb = alloc_extent_buffer(tree, start, len, page, GFP_NOFS); | 346 | eb = alloc_extent_buffer(tree, start, len, page, GFP_NOFS); |
347 | 347 | ||
348 | found_start = btrfs_header_bytenr(eb); | 348 | found_start = btrfs_header_bytenr(eb); |
349 | if (0 && found_start != start) { | 349 | if (found_start != start) { |
350 | printk("bad tree block start %llu %llu\n", | 350 | printk("bad tree block start %llu %llu\n", |
351 | (unsigned long long)found_start, | 351 | (unsigned long long)found_start, |
352 | (unsigned long long)eb->start); | 352 | (unsigned long long)eb->start); |