OSDN Git Service

9p: Remove unneeded cast from memory allocation
authorLi Heng <liheng40@huawei.com>
Wed, 29 Jul 2020 08:59:00 +0000 (16:59 +0800)
committerDominique Martinet <asmadeus@codewreck.org>
Fri, 31 Jul 2020 05:28:25 +0000 (07:28 +0200)
commit2ed0b7578170c3bab10cde09d4440897b305e40c
tree47d5167f3c224c1c7e34ba8731e0c7c8ce9861dc
parentaab6c873cf9b7afa9ca1ad82e48734178080f534
9p: Remove unneeded cast from memory allocation

Remove kmem_cache_alloc return value cast.

Coccinelle emits the following warning:

./fs/9p/vfs_inode.c:226:12-29: WARNING: casting value returned by memory allocation function to (struct v9fs_inode *) is useless.

Link: http://lkml.kernel.org/r/1596013140-49744-1-git-send-email-liheng40@huawei.com
Signed-off-by: Li Heng <liheng40@huawei.com>
[Dominique: commit message wording]
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
fs/9p/vfs_inode.c