From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx144.postini.com [74.125.245.144]) by kanga.kvack.org (Postfix) with SMTP id 388FC6B0006 for ; Wed, 13 Mar 2013 12:31:57 -0400 (EDT) Message-ID: <5140A9F7.6010401@redhat.com> Date: Wed, 13 Mar 2013 12:31:51 -0400 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH] vmscan: minor cleanup for kswapd References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Hillf Danton Cc: Linux-MM , Mel Gorman , Andrew Morton , LKML On 03/10/2013 12:05 AM, Hillf Danton wrote: > The local variable, total_scanned, is no longer used, so clean up now. > > Signed-off-by: Hillf Danton Acked-by: Rik van Riel -- All rights reversed -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933132Ab3CMQcl (ORCPT ); Wed, 13 Mar 2013 12:32:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33012 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756437Ab3CMQck (ORCPT ); Wed, 13 Mar 2013 12:32:40 -0400 Message-ID: <5140A9F7.6010401@redhat.com> Date: Wed, 13 Mar 2013 12:31:51 -0400 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Hillf Danton CC: Linux-MM , Mel Gorman , Andrew Morton , LKML Subject: Re: [PATCH] vmscan: minor cleanup for kswapd References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/10/2013 12:05 AM, Hillf Danton wrote: > The local variable, total_scanned, is no longer used, so clean up now. > > Signed-off-by: Hillf Danton Acked-by: Rik van Riel -- All rights reversed