diff options
Diffstat (limited to 'fs/romfs/super.c')
-rw-r--r-- | fs/romfs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/romfs/super.c b/fs/romfs/super.c index 8b4089f30408..bb36ab74eb45 100644 --- a/fs/romfs/super.c +++ b/fs/romfs/super.c | |||
@@ -403,7 +403,6 @@ static struct inode *romfs_alloc_inode(struct super_block *sb) | |||
403 | static void romfs_i_callback(struct rcu_head *head) | 403 | static void romfs_i_callback(struct rcu_head *head) |
404 | { | 404 | { |
405 | struct inode *inode = container_of(head, struct inode, i_rcu); | 405 | struct inode *inode = container_of(head, struct inode, i_rcu); |
406 | INIT_LIST_HEAD(&inode->i_dentry); | ||
407 | kmem_cache_free(romfs_inode_cachep, ROMFS_I(inode)); | 406 | kmem_cache_free(romfs_inode_cachep, ROMFS_I(inode)); |
408 | } | 407 | } |
409 | 408 | ||