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)
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>

No differences found