Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

HWPOISON: Enable error_remove_page on btrfs



Cc: chris.mason@oracle.com

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent cae681fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = {