commit | db1aecafef58b5dda39c4228debe2c845e4a27ab | [log] [tgz] |
---|---|---|
author | Minchan Kim <minchan@kernel.org> | Tue Jan 10 15:08:39 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 10 16:30:46 2012 -0800 |
tree | 4f8848463794e2e2d90039dc95a304d5efd7ca5a | |
parent | 3770490ec82ca63d5fdcebeb95f2f68af2626357 [diff] |
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>