]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/isofs/inode.c
vfs: fix the stupidity with i_dentry in inode destructors
[karo-tx-linux.git] / fs / isofs / inode.c
index f950059525fc64574273f404c666e33bfb7b6666..b71f6311a337a8b264ed15e15e726f5edd328b6c 100644 (file)
@@ -85,7 +85,6 @@ static struct inode *isofs_alloc_inode(struct super_block *sb)
 static void isofs_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(isofs_inode_cachep, ISOFS_I(inode));
 }