Commit e6f9f8d0296aad7fbaf01de38ccaa1bf654bbda4

Authored by Al Viro
1 parent 63a44583f3

cifs: 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

... ... @@ -257,7 +257,6 @@
257 257 static void cifs_i_callback(struct rcu_head *head)
258 258 {
259 259 struct inode *inode = container_of(head, struct inode, i_rcu);
260   - INIT_LIST_HEAD(&inode->i_dentry);
261 260 kmem_cache_free(cifs_inode_cachep, CIFS_I(inode));
262 261 }
263 262