Skip to content

Commit

Permalink
HWPOISON: Enable error_remove_page on btrfs
Browse files Browse the repository at this point in the history
Cc: chris.mason@oracle.com

Signed-off-by: Andi Kleen <ak@linux.intel.com>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 16, 2009
1 parent cae681f commit 465fdd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -5269,6 +5269,7 @@ static struct address_space_operations btrfs_aops = {
.invalidatepage = btrfs_invalidatepage,
.releasepage = btrfs_releasepage,
.set_page_dirty = btrfs_set_page_dirty,
.error_remove_page = generic_error_remove_page,
};

static struct address_space_operations btrfs_symlink_aops = {
Expand Down

0 comments on commit 465fdd9

Please sign in to comment.