Commit 7968ce12e9645c5eb5bb3f4320e43c2e402d580c

Authored by Al Viro
1 parent e6f9f8d029

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -246,7 +246,6 @@
246 246 static void adfs_i_callback(struct rcu_head *head)
247 247 {
248 248 struct inode *inode = container_of(head, struct inode, i_rcu);
249   - INIT_LIST_HEAD(&inode->i_dentry);
250 249 kmem_cache_free(adfs_inode_cachep, ADFS_I(inode));
251 250 }
252 251