VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Al Viro <viro@zeniv.linux.org.uk> 2012-06-09 11:51:12 -0400 committer: Al Viro <viro@zeniv.linux.org.uk> 2012-07-14 16:32:50 +0400 commit: 7968ce12e9645c5eb5bb3f4320e43c2e402d580c parent: e6f9f8d0296aad7fbaf01de38ccaa1bf654bbda4
Commit Summary:
adfs: don't bother with ->i_dentry in ->destroy_inode()
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/adfs/super.c b/fs/adfs/super.c
index 06fdcc9382c4..bdaec92353c2 100644
--- a/fs/adfs/super.c
+++ b/fs/adfs/super.c
@@ -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));
 }