mm/vmalloc.c: change void* into explict vm_struct*
commit5c2d31dda012797578d012425a785d58e14d2053
authorMinchan Kim <minchan@kernel.org>
Tue, 10 Jan 2012 23:08:39 +0000 (10 15:08 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Jun 2012 18:23:13 +0000 (17 11:23 -0700)
tree09535acdcc2f3dfd2e93c3c047d867286b8f3ee5
parent52f81dc563e58bfbd22f1b0e2037da855a26b995
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/vmalloc.c