linux_dsm_epyc7002/fs/9p
Li Heng 2ed0b75781 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>
2020-07-31 07:28:25 +02:00
..
acl.c
acl.h
cache.c
cache.h
fid.c
fid.h
Kconfig
Makefile
v9fs_vfs.h
v9fs.c 9p: Fix memory leak in v9fs_mount 2020-07-19 14:58:47 +02:00
v9fs.h
vfs_addr.c
vfs_dentry.c
vfs_dir.c
vfs_file.c 9p: read only once on O_NONBLOCK 2020-03-27 09:29:56 +00:00
vfs_inode_dotl.c 9p: retrieve fid from file when file instance exist. 2020-07-19 14:58:47 +02:00
vfs_inode.c 9p: Remove unneeded cast from memory allocation 2020-07-31 07:28:25 +02:00
vfs_super.c
xattr.c
xattr.h