commit | 0006526d78e93c3684c806bf7cf3f67dfa49c3c8 | [log] [tgz] |
---|---|---|
author | Kautuk Consul <consul.kautuk@gmail.com> | Mon Dec 19 17:12:04 2011 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 20 10:25:04 2011 -0800 |
tree | 024ff623dff8301d6b0e27453abd1ba043fd5285 | |
parent | b75d91f7ca513f0a4d0d1ad0942fb90cf5a2bc88 [diff] |
mm/vmalloc.c: remove static declaration of va from __get_vm_area_node Static storage is not required for the struct vmap_area in __get_vm_area_node. Removing "static" to store this variable on the stack instead. Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com> 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>