diff --git a/[refs] b/[refs] index 92ed6b94b878..3fdd18d2bf30 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 64744e03c6871e5e4678478bab1b8c3ba6cca395 +refs/heads/master: a789f49c9272e81f4f52487e94820182d0a2d2ff diff --git a/trunk/fs/ext4/super.c b/trunk/fs/ext4/super.c index 856206f255aa..c2ea525e85c6 100644 --- a/trunk/fs/ext4/super.c +++ b/trunk/fs/ext4/super.c @@ -939,7 +939,6 @@ static struct inode *ext4_alloc_inode(struct super_block *sb) return NULL; ei->vfs_inode.i_version = 1; - ei->vfs_inode.i_data.writeback_index = 0; memset(&ei->i_cached_extent, 0, sizeof(struct ext4_ext_cache)); INIT_LIST_HEAD(&ei->i_prealloc_list); spin_lock_init(&ei->i_prealloc_lock);