Re: Avoiding external fragmentation with a placement policy Version12

From: Joel Schopp
Date: Wed Jun 01 2005 - 16:04:20 EST



- struct free_area *area;
struct page *buddy;
-
+

...

}
+
spin_unlock_irqrestore(&zone->lock, flags);
- return allocated;
+ return count - allocated;
}
+
+

Other than the very minor whitespace changes above I have nothing bad to say about this patch. I think it is about time to pick in up in -mm for wider testing.




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/