diff options
-rw-r--r-- | fs/nilfs2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 4fc018dfcfae..3ce20cd44a20 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
@@ -160,7 +160,6 @@ struct inode *nilfs_alloc_inode(struct super_block *sb) | |||
160 | ii->i_bh = NULL; | 160 | ii->i_bh = NULL; |
161 | ii->i_state = 0; | 161 | ii->i_state = 0; |
162 | ii->i_cno = 0; | 162 | ii->i_cno = 0; |
163 | ii->vfs_inode.i_version = 1; | ||
164 | nilfs_mapping_init(&ii->i_btnode_cache, &ii->vfs_inode); | 163 | nilfs_mapping_init(&ii->i_btnode_cache, &ii->vfs_inode); |
165 | return &ii->vfs_inode; | 164 | return &ii->vfs_inode; |
166 | } | 165 | } |