[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-mm-commits
Subject:    [merged] efs-remove-unneeded-cast.patch removed from -mm tree
From:       akpm () linux-foundation ! org
Date:       2015-06-29 20:49:03
Message-ID: 5591af3f.ULO/+w12Zvh3E+cj%akpm () linux-foundation ! org
[Download RAW message or body]


The patch titled
     Subject: fs/efs: femove unneeded cast
has been removed from the -mm tree.  Its filename was
     efs-remove-unneeded-cast.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Firo Yang <firogm@gmail.com>
Subject: fs/efs: femove unneeded cast

kmem_cache_alloc() returns void*.

Signed-off-by: Firo Yang <firogm@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/efs/super.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/efs/super.c~efs-remove-unneeded-cast fs/efs/super.c
--- a/fs/efs/super.c~efs-remove-unneeded-cast
+++ a/fs/efs/super.c
@@ -67,7 +67,7 @@ static struct kmem_cache * efs_inode_cac
 static struct inode *efs_alloc_inode(struct super_block *sb)
 {
 	struct efs_inode_info *ei;
-	ei = (struct efs_inode_info *)kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL);
+	ei = kmem_cache_alloc(efs_inode_cachep, GFP_KERNEL);
 	if (!ei)
 		return NULL;
 	return &ei->vfs_inode;
_

Patches currently in -mm which might be from firogm@gmail.com are

origin.patch
adfs-remove-unneeded-cast.patch
linux-next.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic