]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/befs/linuxvfs.c
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / fs / befs / linuxvfs.c
index 8342ca67abcdcaf7c5992dc1335e5d12f92730e4..6e6d536767fe9c7f5964a2ce866e50db580ffebe 100644 (file)
@@ -286,7 +286,6 @@ befs_alloc_inode(struct super_block *sb)
 static void befs_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(befs_inode_cachep, BEFS_I(inode));
 }