summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/disk-io.c')
-rw-r--r--fs/btrfs/disk-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 0b2b75a7efbd..3c488fc493bd 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -652,7 +652,7 @@ static int btree_readpage_end_io_hook(struct btrfs_io_bio *io_bio,
652 * that we don't try and read the other copies of this block, just 652 * that we don't try and read the other copies of this block, just
653 * return -EIO. 653 * return -EIO.
654 */ 654 */
655 if (found_level == 0 && btrfs_check_leaf_full(fs_info, eb)) { 655 if (found_level == 0 && btrfs_check_leaf_full(eb)) {
656 set_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags); 656 set_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags);
657 ret = -EIO; 657 ret = -EIO;
658 } 658 }