]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/vmalloc: don't set area->caller twice
authorWanpeng Li <liwanp@linux.vnet.ibm.com>
Tue, 5 Nov 2013 05:55:33 +0000 (16:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:55:33 +0000 (16:55 +1100)
commitb7926ff96db9bfba395ce85d6c385751409eb533
treebca8e70f32a601b63c997d2b08d564ad0eec203e
parentba74acca911c6be76a9f16643156a0bb69cd62ed
mm/vmalloc: don't set area->caller twice

The caller address has already been set in set_vmalloc_vm(), there's no
need to set it again in __vmalloc_area_node.

Reviewed-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Mitsuo Hayasaka <mitsuo.hayasaka.hu@hitachi.com>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmalloc.c