On 06/20/2012 07:43 AM, Mel Gorman wrote:
+/* Clears ac->pfmemalloc if no slabs have pfmalloc set */ +static void check_ac_pfmemalloc(struct kmem_cache *cachep, + struct array_cache *ac) +{
+ pfmemalloc_active = false; +out: + spin_unlock_irqrestore(&l3->list_lock, flags); +}
The comment and the function do not seem to match. Otherwise, the patch looks reasonable. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx";> email@xxxxxxxxx </a>