Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-pull
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / ext2 / inode.c
index 384fc0d..991d6df 100644 (file)
@@ -791,6 +791,7 @@ const struct address_space_operations ext2_aops = {
        .direct_IO              = ext2_direct_IO,
        .writepages             = ext2_writepages,
        .migratepage            = buffer_migrate_page,
        .direct_IO              = ext2_direct_IO,
        .writepages             = ext2_writepages,
        .migratepage            = buffer_migrate_page,
+       .is_partially_uptodate  = block_is_partially_uptodate,
 };
 
 const struct address_space_operations ext2_aops_xip = {
 };
 
 const struct address_space_operations ext2_aops_xip = {