Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6
[cascardo/linux.git] / fs / sysv / inode.c
index 25ffb3e..3da5ce2 100644 (file)
@@ -336,7 +336,6 @@ static struct inode *sysv_alloc_inode(struct super_block *sb)
 static void sysv_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(sysv_inode_cachep, SYSV_I(inode));
 }