Commit 465fdd97 authored by Andi Kleen's avatar Andi Kleen Committed by Andi Kleen

HWPOISON: Enable error_remove_page on btrfs

Cc: chris.mason@oracle.com
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent cae681fc
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment