From mboxrd@z Thu Jan 1 00:00:00 1970 From: Balbir Singh Subject: Re: [RFC][ for -mm] memory cgroup enhancements take3 [1/9] fix try_to_free_mem_cgroup_pages() numa handling Date: Tue, 30 Oct 2007 23:58:00 +0530 Message-ID: <472777B0.3020405@linux.vnet.ibm.com> References: <20071030201206.86a510e0.kamezawa.hiroyu@jp.fujitsu.com> <20071030201431.56f6b242.kamezawa.hiroyu@jp.fujitsu.com> <1193765494.24087.282.camel@localhost> Reply-To: balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1193765494.24087.282.camel@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Dave Hansen Cc: "containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org" , "yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org" List-Id: containers.vger.kernel.org Dave Hansen wrote: > On Tue, 2007-10-30 at 20:14 +0900, KAMEZAWA Hiroyuki wrote: >> - for_each_online_node(node) { >> - zones = >> NODE_DATA(node)->node_zonelists[target_zone].zones; >> - if (do_try_to_free_pages(zones, sc.gfp_mask, &sc)) >> + zones = NODE_DATA(node)->node_zonelists[target_zone].zones; >> + if (do_try_to_free_pages(zones, sc.gfp_mask, &sc)) >> return 1; >> - } >> return 0; >> } >> #endif > > Am I reading the diff wrong, or is that return indented too far? > > -- Dave Good catch! It is indeed indented one additional tab away from where it should be -- Warm Regards, Balbir Singh Linux Technology Center IBM, ISTL