mm/vmalloc.c: change void* into explict vm_struct*
authorMinchan Kim <minchan@kernel.org>
Tue, 10 Jan 2012 23:08:39 +0000 (15:08 -0800)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 10 Jun 2012 13:41:46 +0000 (14:41 +0100)
commit15db5b6a476408a1a4b165e1786874be5aa8e242
tree15681c4231fa2bc7cd3b8d9247a0e88de17bb1ac
parent73436db332d5b4dd792f115cf0b500521badf3e5
mm/vmalloc.c: change void* into explict vm_struct*

commit db1aecafef58b5dda39c4228debe2c845e4a27ab upstream.

vmap_area->private is void* but we don't use the field for various purpose
but use only for vm_struct.  So change it to a vm_struct* with naming to
improve for readability and type checking.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
mm/vmalloc.c