lkml.org 
[lkml]   [2012]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[V4 PATCH 09/26] 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 1986008..5269e9d 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.1


    \
     
     \ /
      Last update: 2012-09-10 12:01    [W:4.089 / U:0.080 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site