diff options
Diffstat (limited to 'fs/gfs2/super.c')
-rw-r--r-- | fs/gfs2/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index 71e420989f77..9e89d94be003 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -1582,7 +1582,6 @@ static struct inode *gfs2_alloc_inode(struct super_block *sb) | |||
1582 | static void gfs2_i_callback(struct rcu_head *head) | 1582 | static void gfs2_i_callback(struct rcu_head *head) |
1583 | { | 1583 | { |
1584 | struct inode *inode = container_of(head, struct inode, i_rcu); | 1584 | struct inode *inode = container_of(head, struct inode, i_rcu); |
1585 | INIT_LIST_HEAD(&inode->i_dentry); | ||
1586 | kmem_cache_free(gfs2_inode_cachep, inode); | 1585 | kmem_cache_free(gfs2_inode_cachep, inode); |
1587 | } | 1586 | } |
1588 | 1587 | ||