@@ -3564,7 +3564,7 @@ static const struct address_space_operations ext4_aops = {
3564
3564
.direct_IO = noop_direct_IO ,
3565
3565
.migrate_folio = buffer_migrate_folio ,
3566
3566
.is_partially_uptodate = block_is_partially_uptodate ,
3567
- .error_remove_page = generic_error_remove_page ,
3567
+ .error_remove_folio = generic_error_remove_folio ,
3568
3568
.swap_activate = ext4_iomap_swap_activate ,
3569
3569
};
3570
3570
@@ -3581,7 +3581,7 @@ static const struct address_space_operations ext4_journalled_aops = {
3581
3581
.direct_IO = noop_direct_IO ,
3582
3582
.migrate_folio = buffer_migrate_folio_norefs ,
3583
3583
.is_partially_uptodate = block_is_partially_uptodate ,
3584
- .error_remove_page = generic_error_remove_page ,
3584
+ .error_remove_folio = generic_error_remove_folio ,
3585
3585
.swap_activate = ext4_iomap_swap_activate ,
3586
3586
};
3587
3587
@@ -3598,7 +3598,7 @@ static const struct address_space_operations ext4_da_aops = {
3598
3598
.direct_IO = noop_direct_IO ,
3599
3599
.migrate_folio = buffer_migrate_folio ,
3600
3600
.is_partially_uptodate = block_is_partially_uptodate ,
3601
- .error_remove_page = generic_error_remove_page ,
3601
+ .error_remove_folio = generic_error_remove_folio ,
3602
3602
.swap_activate = ext4_iomap_swap_activate ,
3603
3603
};
3604
3604
0 commit comments