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 …