From: Jesper Juhl Date: Fri, 19 Oct 2007 21:38:54 +0000 (+0100) Subject: dm io:ctl remove vmalloc void cast X-Git-Tag: v2.6.24-rc1~130^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb56acf840600421e68f49bb037d1c659fcb37f8;p=pandora-kernel.git dm io:ctl remove vmalloc void cast In drivers/md/dm-ioctl.c::copy_params() there's a call to vmalloc() where we currently cast the return value, but that's pretty pointless given that vmalloc() returns "void *". Signed-off-by: Jesper Juhl Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed