mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 18:43:33 -05:00
HWPOISON: Enable error_remove_page on btrfs
Cc: chris.mason@oracle.com Signed-off-by: Andi Kleen <ak@linux.intel.com>
This commit is contained in:
parent
cae681fc12
commit
465fdd97cb
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue