Home
last modified time | relevance | path

Searched hist:db1aecafef58b5dda39c4228debe2c845e4a27ab (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dvmalloc.cdiff db1aecafef58b5dda39c4228debe2c845e4a27ab Tue Jan 10 17:08:39 CST 2012 Minchan Kim <minchan@kernel.org> mm/vmalloc.c: change void* into explict vm_struct*

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>