From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx137.postini.com [74.125.245.137]) by kanga.kvack.org (Postfix) with SMTP id BE33C6B00F0 for ; Mon, 14 May 2012 06:46:09 -0400 (EDT) Received: by lahi5 with SMTP id i5so5030375lah.14 for ; Mon, 14 May 2012 03:46:07 -0700 (PDT) Message-ID: <4FB0E26D.9090204@openvz.org> Date: Mon, 14 May 2012 14:46:05 +0400 From: Konstantin Khlebnikov MIME-Version: 1.0 Subject: Re: [PATCH 2/3] mm: trivial cleanups in vmscan.c References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Hugh Dickins Cc: Andrew Morton , KAMEZAWA Hiroyuki , Johannes Weiner , Michal Hocko , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" Hugh Dickins wrote: > Utter trivia in mm/vmscan.c, mostly just reducing the linecount slightly; > most exciting change being get_scan_count() calling vmscan_swappiness() > once instead of twice. > > Signed-off-by: Hugh Dickins Acked-by: Konstantin Khlebnikov -- 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/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ 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 S1755860Ab2ENKqK (ORCPT ); Mon, 14 May 2012 06:46:10 -0400 Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:51278 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755375Ab2ENKqJ (ORCPT ); Mon, 14 May 2012 06:46:09 -0400 Message-ID: <4FB0E26D.9090204@openvz.org> Date: Mon, 14 May 2012 14:46:05 +0400 From: Konstantin Khlebnikov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120217 Firefox/10.0.2 Iceape/2.7.2 MIME-Version: 1.0 To: Hugh Dickins CC: Andrew Morton , KAMEZAWA Hiroyuki , Johannes Weiner , Michal Hocko , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2/3] mm: trivial cleanups in vmscan.c References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hugh Dickins wrote: > Utter trivia in mm/vmscan.c, mostly just reducing the linecount slightly; > most exciting change being get_scan_count() calling vmscan_swappiness() > once instead of twice. > > Signed-off-by: Hugh Dickins Acked-by: Konstantin Khlebnikov