diff options
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 922d289aeeb3..668c931b2214 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -511,7 +511,6 @@ static int ext3_drop_inode(struct inode *inode) | |||
511 | static void ext3_i_callback(struct rcu_head *head) | 511 | static void ext3_i_callback(struct rcu_head *head) |
512 | { | 512 | { |
513 | struct inode *inode = container_of(head, struct inode, i_rcu); | 513 | struct inode *inode = container_of(head, struct inode, i_rcu); |
514 | INIT_LIST_HEAD(&inode->i_dentry); | ||
515 | kmem_cache_free(ext3_inode_cachep, EXT3_I(inode)); | 514 | kmem_cache_free(ext3_inode_cachep, EXT3_I(inode)); |
516 | } | 515 | } |
517 | 516 | ||