]> Pileus Git - ~andy/linux/blobdiff - fs/hppfs/hppfs.c
vfs: fix the stupidity with i_dentry in inode destructors
[~andy/linux] / fs / hppfs / hppfs.c
index f590b1160c6c941a74253c6b0f242080377414db..30883a7adacbaa567e311ce5c8b2104bd95126d2 100644 (file)
@@ -622,7 +622,6 @@ void hppfs_evict_inode(struct inode *ino)
 static void hppfs_i_callback(struct rcu_head *head)
 {
        struct inode *inode = container_of(head, struct inode, i_rcu);
-       INIT_LIST_HEAD(&inode->i_dentry);
        kfree(HPPFS_I(inode));
 }