diff options
Diffstat (limited to 'fs/isofs')
-rw-r--r-- | fs/isofs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/isofs/inode.c b/fs/isofs/inode.c index f950059525fc..b71f6311a337 100644 --- a/fs/isofs/inode.c +++ b/fs/isofs/inode.c | |||
@@ -85,7 +85,6 @@ static struct inode *isofs_alloc_inode(struct super_block *sb) | |||
85 | static void isofs_i_callback(struct rcu_head *head) | 85 | static void isofs_i_callback(struct rcu_head *head) |
86 | { | 86 | { |
87 | struct inode *inode = container_of(head, struct inode, i_rcu); | 87 | struct inode *inode = container_of(head, struct inode, i_rcu); |
88 | INIT_LIST_HEAD(&inode->i_dentry); | ||
89 | kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); | 88 | kmem_cache_free(isofs_inode_cachep, ISOFS_I(inode)); |
90 | } | 89 | } |
91 | 90 | ||