1
0
Fork 0

HWPOISON: Enable error_remove_page on btrfs

Cc: chris.mason@oracle.com

Signed-off-by: Andi Kleen <ak@linux.intel.com>
wifi-calibration
Andi Kleen 2009-09-16 11:50:18 +02:00 committed by Andi Kleen
parent cae681fc12
commit 465fdd97cb
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {