Merge branch 'unicore32' of git://github.com/gxt/linux
[cascardo/linux.git] / fs / romfs / super.c
index 8b4089f..bb36ab7 100644 (file)
@@ -403,7 +403,6 @@ static struct inode *romfs_alloc_inode(struct super_block *sb)
 static void romfs_i_callback(struct rcu_head *head)
 {
        struct inode *inode = container_of(head, struct inode, i_rcu);
-       INIT_LIST_HEAD(&inode->i_dentry);
        kmem_cache_free(romfs_inode_cachep, ROMFS_I(inode));
 }