Skip to content
Commit bb56acf8 authored by Jesper Juhl's avatar Jesper Juhl Committed by Alasdair G Kergon
Browse files

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: default avatarJesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent 9e4e5f87
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment