diff options
Diffstat (limited to 'fs/ocfs2/aops.c')
-rw-r--r-- | fs/ocfs2/aops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index 8a1e61545f41..747f15eefd82 100644 --- a/fs/ocfs2/aops.c +++ b/fs/ocfs2/aops.c | |||
@@ -1997,4 +1997,5 @@ const struct address_space_operations ocfs2_aops = { | |||
1997 | .releasepage = ocfs2_releasepage, | 1997 | .releasepage = ocfs2_releasepage, |
1998 | .migratepage = buffer_migrate_page, | 1998 | .migratepage = buffer_migrate_page, |
1999 | .is_partially_uptodate = block_is_partially_uptodate, | 1999 | .is_partially_uptodate = block_is_partially_uptodate, |
2000 | .error_remove_page = generic_error_remove_page, | ||
2000 | }; | 2001 | }; |