diff options
author | Minchan Kim <minchan@kernel.org> | 2012-01-10 15:08:39 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-10 16:30:46 -0800 |
commit | db1aecafef58b5dda39c4228debe2c845e4a27ab (patch) | |
tree | 4f8848463794e2e2d90039dc95a304d5efd7ca5a /scripts/get_maintainer.pl | |
parent | 3770490ec82ca63d5fdcebeb95f2f68af2626357 (diff) | |
download | linux-stable-db1aecafef58b5dda39c4228debe2c845e4a27ab.tar.gz linux-stable-db1aecafef58b5dda39c4228debe2c845e4a27ab.tar.bz2 linux-stable-db1aecafef58b5dda39c4228debe2c845e4a27ab.zip |
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>
Diffstat (limited to 'scripts/get_maintainer.pl')
0 files changed, 0 insertions, 0 deletions