From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rik van Riel Subject: Re: [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages Date: Thu, 21 Jun 2012 17:30:56 -0400 Message-ID: <4FE39290.8020609@redhat.com> References: <1340192652-31658-1-git-send-email-mgorman@suse.de> <1340192652-31658-2-git-send-email-mgorman@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Linux-MM , Linux-Netdev , LKML , David Miller , Neil Brown , Peter Zijlstra , Mike Christie , Eric B Munson , Sebastian Andrzej Siewior To: Mel Gorman Return-path: In-Reply-To: <1340192652-31658-2-git-send-email-mgorman@suse.de> Sender: owner-linux-mm@kvack.org List-Id: netdev.vger.kernel.org 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