|
@@ -257,7 +257,6 @@ cifs_alloc_inode(struct super_block *sb)
|
|
|
static void cifs_i_callback(struct rcu_head *head)
|
|
|
{
|
|
|
struct inode *inode = container_of(head, struct inode, i_rcu);
|
|
|
- INIT_LIST_HEAD(&inode->i_dentry);
|
|
|
kmem_cache_free(cifs_inode_cachep, CIFS_I(inode));
|
|
|
}
|
|
|
|