From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx198.postini.com [74.125.245.198]) by kanga.kvack.org (Postfix) with SMTP id 3E9B66B0105 for ; Thu, 21 Jun 2012 17:32:07 -0400 (EDT) Message-ID: <4FE39290.8020609@redhat.com> Date: Thu, 21 Jun 2012 17:30:56 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages References: <1340192652-31658-1-git-send-email-mgorman@suse.de> <1340192652-31658-2-git-send-email-mgorman@suse.de> In-Reply-To: <1340192652-31658-2-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman Cc: Andrew Morton , Linux-MM , Linux-Netdev , LKML , David Miller , Neil Brown , Peter Zijlstra , Mike Christie , Eric B Munson , Sebastian Andrzej Siewior 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@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org