Tag: 61da3ae241f4382e30beb6de06c4dacada37f520

fs/ufs/super.c: remove unnecessary casting

Author: Fabian Frederick <fabf@skynet.be> Fix the following coccinelle warning: fs/ufs/super.c:1418:7-28: WARNING: casting value returned by memory allocation function to (struct ufs_inode_info *) is useless. Signed-off-by: Fabian Frederick Cc: Evgeniy Dushistov Cc: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds — fs/ufs/super.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)   diff –git a/fs/ufs/super.c …

Continue reading