diff options
Diffstat (limited to 'fs/efs/super.c')
-rw-r--r-- | fs/efs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/efs/super.c b/fs/efs/super.c index 0f31acb0131c..981106429a9f 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.c | |||
@@ -68,7 +68,6 @@ static struct inode *efs_alloc_inode(struct super_block *sb) | |||
68 | static void efs_i_callback(struct rcu_head *head) | 68 | static void efs_i_callback(struct rcu_head *head) |
69 | { | 69 | { |
70 | struct inode *inode = container_of(head, struct inode, i_rcu); | 70 | struct inode *inode = container_of(head, struct inode, i_rcu); |
71 | INIT_LIST_HEAD(&inode->i_dentry); | ||
72 | kmem_cache_free(efs_inode_cachep, INODE_INFO(inode)); | 71 | kmem_cache_free(efs_inode_cachep, INODE_INFO(inode)); |
73 | } | 72 | } |
74 | 73 | ||