diff options
Diffstat (limited to 'fs/ntfs')
-rw-r--r-- | fs/ntfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ntfs/inode.c b/fs/ntfs/inode.c index 97e2dacbc867..fea40bb6fb68 100644 --- a/fs/ntfs/inode.c +++ b/fs/ntfs/inode.c | |||
@@ -335,7 +335,6 @@ struct inode *ntfs_alloc_big_inode(struct super_block *sb) | |||
335 | static void ntfs_i_callback(struct rcu_head *head) | 335 | static void ntfs_i_callback(struct rcu_head *head) |
336 | { | 336 | { |
337 | struct inode *inode = container_of(head, struct inode, i_rcu); | 337 | struct inode *inode = container_of(head, struct inode, i_rcu); |
338 | INIT_LIST_HEAD(&inode->i_dentry); | ||
339 | kmem_cache_free(ntfs_big_inode_cache, NTFS_I(inode)); | 338 | kmem_cache_free(ntfs_big_inode_cache, NTFS_I(inode)); |
340 | } | 339 | } |
341 | 340 | ||