]> Git Repo - linux.git/commit
mm/hotplug: only free wait_table if it's allocated by vmalloc
authorJianguo Wu <[email protected]>
Fri, 22 Mar 2013 22:04:50 +0000 (15:04 -0700)
committerLinus Torvalds <[email protected]>
Fri, 22 Mar 2013 23:41:20 +0000 (16:41 -0700)
commitca4b3f302c90de5e516296e581c31c80125cd24b
tree5cf9cdf44bdc28d644571c29840e3f818bd8c8d9
parent96e7d7a1e0fc7780b4c1981c787e42473aa91a95
mm/hotplug: only free wait_table if it's allocated by vmalloc

zone->wait_table may be allocated from bootmem, it can not be freed.

Signed-off-by: Jianguo Wu <[email protected]>
Reviewed-by: Tang Chen <[email protected]>
Cc: Tang Chen <[email protected]>
Cc: Jiang Liu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory_hotplug.c
This page took 0.051724 seconds and 4 git commands to generate.