Skip to content
Snippets Groups Projects
Commit 7968ce12 authored by Al Viro's avatar Al Viro
Browse files

adfs: don't bother with ->i_dentry in ->destroy_inode()


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e6f9f8d0
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,6 @@ static struct inode *adfs_alloc_inode(struct super_block *sb)
static void adfs_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(adfs_inode_cachep, ADFS_I(inode));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment