lkml.org 
[lkml]   [2012]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC V3 PATCH 09/25] oom: use N_MEMORY instead N_HIGH_MEMORY
    Date
    N_HIGH_MEMORY stands for the nodes that has normal or high memory.
    N_MEMORY stands for the nodes that has any memory.

    The code here need to handle with the nodes which have memory, we should
    use N_MEMORY instead.

    Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
    Acked-by: Hillf Danton <dhillf@gmail.com>
    ---
    mm/oom_kill.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/mm/oom_kill.c b/mm/oom_kill.c
    index ac300c9..1e58f12 100644
    --- a/mm/oom_kill.c
    +++ b/mm/oom_kill.c
    @@ -257,7 +257,7 @@ static enum oom_constraint constrained_alloc(struct zonelist *zonelist,
    * the page allocator means a mempolicy is in effect. Cpuset policy
    * is enforced in get_page_from_freelist().
    */
    - if (nodemask && !nodes_subset(node_states[N_HIGH_MEMORY], *nodemask)) {
    + if (nodemask && !nodes_subset(node_states[N_MEMORY], *nodemask)) {
    *totalpages = total_swap_pages;
    for_each_node_mask(nid, *nodemask)
    *totalpages += node_spanned_pages(nid);
    --
    1.7.4.4


    \
     
     \ /
      Last update: 2012-08-06 15:21    [W:5.430 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site