lkml.org 
[lkml]   [2013]   [May]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH RESEND v3 08/11] mm/page_alloc: relocate comment to be directly above code it refers to.
    Date
    Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
    ---
    mm/page_alloc.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/mm/page_alloc.c b/mm/page_alloc.c
    index 696ce96..53c62c5 100644
    --- a/mm/page_alloc.c
    +++ b/mm/page_alloc.c
    @@ -3709,12 +3709,12 @@ void __ref build_all_zonelists(pg_data_t *pgdat, struct zone *zone)
    mminit_verify_zonelist();
    cpuset_init_current_mems_allowed();
    } else {
    - /* we have to stop all cpus to guarantee there is no user
    - of zonelist */
    #ifdef CONFIG_MEMORY_HOTPLUG
    if (zone)
    setup_zone_pageset(zone);
    #endif
    + /* we have to stop all cpus to guarantee there is no user
    + of zonelist */
    stop_machine(__build_all_zonelists, pgdat, NULL);
    /* cpuset refresh routine should be here */
    }
    --
    1.8.2.2


    \
     
     \ /
      Last update: 2013-05-14 03:21    [W:2.760 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site