ext4: mechanical rename some of the direct I/O get_block's identifiers
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ext4 / super.c
index c832508d551500455cd164c0969801e74148b292..dc7a97e79e3b1a9630798c40d47e0ec6f19093f8 100644 (file)
@@ -708,7 +708,7 @@ static struct inode *ext4_alloc_inode(struct super_block *sb)
 #ifdef CONFIG_QUOTA
        ei->i_reserved_quota = 0;
 #endif
-       INIT_LIST_HEAD(&ei->i_aio_dio_complete_list);
+       INIT_LIST_HEAD(&ei->i_completed_io_list);
        ei->cur_aio_dio = NULL;
        ei->i_sync_tid = 0;
        ei->i_datasync_tid = 0;