Skip to content
Snippets Groups Projects
Commit 577753cc authored by Jeff Layton's avatar Jeff Layton Committed by Linus Torvalds
Browse files
parent 3147db89
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,6 @@ struct inode *nilfs_alloc_inode(struct super_block *sb) ...@@ -160,7 +160,6 @@ struct inode *nilfs_alloc_inode(struct super_block *sb)
ii->i_bh = NULL; ii->i_bh = NULL;
ii->i_state = 0; ii->i_state = 0;
ii->i_cno = 0; ii->i_cno = 0;
ii->vfs_inode.i_version = 1;
nilfs_mapping_init(&ii->i_btnode_cache, &ii->vfs_inode); nilfs_mapping_init(&ii->i_btnode_cache, &ii->vfs_inode);
return &ii->vfs_inode; return &ii->vfs_inode;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment