• Wen Congyang's avatar
    memory-hotplug: auto offline page_cgroup when onlining memory block failed · 7c72eb32
    Wen Congyang authored
    When a memory block is onlined, we will try allocate memory on that node
    to store page_cgroup.  If onlining the memory block failed, we don't
    offline the page cgroup, and we have no chance to offline this page cgroup
    unless the memory block is onlined successfully again.  It will cause that
    we can't hot-remove the memory device on that node, because some memory is
    used to store page cgroup.  If onlining the memory block is failed, there
    is no need to stort page cgroup for this memory.  So auto offline
    page_cgroup when onlining memory block failed.
    Signed-off-by: default avatarWen Congyang <wency@cn.fujitsu.com>
    Cc: David Rientjes <rientjes@google.com>
    Cc: Jiang Liu <liuj97@gmail.com>
    Cc: Len Brown <len.brown@intel.com>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Christoph Lameter <cl@linux.com>
    Cc: Minchan Kim <minchan.kim@gmail.com>
    Acked-by: default avatarKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
    Cc: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
    Cc: Dave Hansen <dave@linux.vnet.ibm.com>
    Cc: Mel Gorman <mel@csn.ul.ie>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    7c72eb32
page_cgroup.c 11.9 KB