diff options
Diffstat (limited to 'fs/proc')
-rw-r--r-- | fs/proc/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/inode.c b/fs/proc/inode.c index 7737c5468a40..51a176622b8f 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c | |||
@@ -77,7 +77,6 @@ static struct inode *proc_alloc_inode(struct super_block *sb) | |||
77 | static void proc_i_callback(struct rcu_head *head) | 77 | static void proc_i_callback(struct rcu_head *head) |
78 | { | 78 | { |
79 | struct inode *inode = container_of(head, struct inode, i_rcu); | 79 | struct inode *inode = container_of(head, struct inode, i_rcu); |
80 | INIT_LIST_HEAD(&inode->i_dentry); | ||
81 | kmem_cache_free(proc_inode_cachep, PROC_I(inode)); | 80 | kmem_cache_free(proc_inode_cachep, PROC_I(inode)); |
82 | } | 81 | } |
83 | 82 | ||