diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_aops.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_aops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_aops.c b/fs/xfs/linux-2.6/xfs_aops.c index 6a2910ee8a2..c2e30eea74d 100644 --- a/fs/xfs/linux-2.6/xfs_aops.c +++ b/fs/xfs/linux-2.6/xfs_aops.c | |||
@@ -1653,4 +1653,5 @@ const struct address_space_operations xfs_address_space_operations = { | |||
1653 | .direct_IO = xfs_vm_direct_IO, | 1653 | .direct_IO = xfs_vm_direct_IO, |
1654 | .migratepage = buffer_migrate_page, | 1654 | .migratepage = buffer_migrate_page, |
1655 | .is_partially_uptodate = block_is_partially_uptodate, | 1655 | .is_partially_uptodate = block_is_partially_uptodate, |
1656 | .error_remove_page = generic_error_remove_page, | ||
1656 | }; | 1657 | }; |