diff options
Diffstat (limited to 'fs/ncpfs/inode.c')
-rw-r--r-- | fs/ncpfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c index cbd1a61c110a..f3f07cd392b3 100644 --- a/fs/ncpfs/inode.c +++ b/fs/ncpfs/inode.c | |||
@@ -60,7 +60,6 @@ static struct inode *ncp_alloc_inode(struct super_block *sb) | |||
60 | static void ncp_i_callback(struct rcu_head *head) | 60 | static void ncp_i_callback(struct rcu_head *head) |
61 | { | 61 | { |
62 | struct inode *inode = container_of(head, struct inode, i_rcu); | 62 | struct inode *inode = container_of(head, struct inode, i_rcu); |
63 | INIT_LIST_HEAD(&inode->i_dentry); | ||
64 | kmem_cache_free(ncp_inode_cachep, NCP_FINFO(inode)); | 63 | kmem_cache_free(ncp_inode_cachep, NCP_FINFO(inode)); |
65 | } | 64 | } |
66 | 65 | ||