Re: [PATCH 5/6] Filter based on a nodemask as well as a gfp_mask

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Christoph Lameter
Date: Wednesday, September 12, 2007 - 2:23 pm

On Wed, 12 Sep 2007, Mel Gorman wrote:


Minor nitpick here: "for (;" should become "for ( ;" to have correct 
whitespace. However, it would be clearer to use a while here.

while (zonelist_zone_idx(z)) > highest_zoneidx)
		z++;

etc.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 4/6] Have zonelist contains structs with both a ..., Christoph Lameter, (Wed Sep 12, 2:17 pm)
Re: [PATCH 5/6] Filter based on a nodemask as well as a gf ..., Christoph Lameter, (Wed Sep 12, 2:23 pm)