diff options
Diffstat (limited to 'fs/ext2/inode.c')
| -rw-r--r-- | fs/ext2/inode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c index 1c1638f873a..ade634076d0 100644 --- a/fs/ext2/inode.c +++ b/fs/ext2/inode.c | |||
| @@ -819,6 +819,7 @@ const struct address_space_operations ext2_aops = { | |||
| 819 | .writepages = ext2_writepages, | 819 | .writepages = ext2_writepages, |
| 820 | .migratepage = buffer_migrate_page, | 820 | .migratepage = buffer_migrate_page, |
| 821 | .is_partially_uptodate = block_is_partially_uptodate, | 821 | .is_partially_uptodate = block_is_partially_uptodate, |
| 822 | .error_remove_page = generic_error_remove_page, | ||
| 822 | }; | 823 | }; |
| 823 | 824 | ||
| 824 | const struct address_space_operations ext2_aops_xip = { | 825 | const struct address_space_operations ext2_aops_xip = { |
| @@ -837,6 +838,7 @@ const struct address_space_operations ext2_nobh_aops = { | |||
| 837 | .direct_IO = ext2_direct_IO, | 838 | .direct_IO = ext2_direct_IO, |
| 838 | .writepages = ext2_writepages, | 839 | .writepages = ext2_writepages, |
| 839 | .migratepage = buffer_migrate_page, | 840 | .migratepage = buffer_migrate_page, |
| 841 | .error_remove_page = generic_error_remove_page, | ||
| 840 | }; | 842 | }; |
| 841 | 843 | ||
| 842 | /* | 844 | /* |
