diff options
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r-- | fs/ext2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index bd8ac164a3b..67b5e752ec9 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
@@ -173,7 +173,6 @@ static struct inode *ext2_alloc_inode(struct super_block *sb) | |||
173 | static void ext2_i_callback(struct rcu_head *head) | 173 | static void ext2_i_callback(struct rcu_head *head) |
174 | { | 174 | { |
175 | struct inode *inode = container_of(head, struct inode, i_rcu); | 175 | struct inode *inode = container_of(head, struct inode, i_rcu); |
176 | INIT_LIST_HEAD(&inode->i_dentry); | ||
177 | kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); | 176 | kmem_cache_free(ext2_inode_cachep, EXT2_I(inode)); |
178 | } | 177 | } |
179 | 178 | ||