From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail143.messagelabs.com (mail143.messagelabs.com [216.82.254.35]) by kanga.kvack.org (Postfix) with SMTP id DAAB16B004D for ; Mon, 22 Feb 2010 15:27:50 -0500 (EST) Message-ID: <4B82E8B7.4050100@redhat.com> Date: Mon, 22 Feb 2010 15:27:35 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [patch 1/3] vmscan: factor out page reference checks References: <1266868150-25984-1-git-send-email-hannes@cmpxchg.org> <1266868150-25984-2-git-send-email-hannes@cmpxchg.org> In-Reply-To: <1266868150-25984-2-git-send-email-hannes@cmpxchg.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Johannes Weiner Cc: Andrew Morton , KOSAKI Motohiro , Minchan Kim , linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: On 02/22/2010 02:49 PM, Johannes Weiner wrote: > Moving the big conditional into its own predicate function makes the > code a bit easier to read and allows for better commenting on the > checks one-by-one. > > This is just cleaning up, no semantics should have been changed. > > Signed-off-by: Johannes Weiner Reviewed-by: Rik van Riel -- 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