From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx120.postini.com [74.125.245.120]) by kanga.kvack.org (Postfix) with SMTP id 8B33B6B00E8 for ; Fri, 17 Feb 2012 09:28:20 -0500 (EST) Received: by dadv6 with SMTP id v6so4023131dad.14 for ; Fri, 17 Feb 2012 06:28:19 -0800 (PST) From: Kautuk Consul Subject: [PATCH 1/2] rmap: Staticize page_referenced_file and page_referenced_anon Date: Fri, 17 Feb 2012 09:27:49 -0500 Message-Id: <1329488869-7270-1-git-send-email-consul.kautuk@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton , Peter Zijlstra , Hugh Dickins , KAMEZAWA Hiroyuki , Mel Gorman Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Kautuk Consul Staticize the page_referenced_anon and page_referenced_file functions. These functions are called only from page_referenced. Signed-off-by: Kautuk Consul --- mm/rmap.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/rmap.c b/mm/rmap.c index c8454e0..74aff97 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -772,7 +772,7 @@ out: return referenced; } -static int page_referenced_anon(struct page *page, +static inline int page_referenced_anon(struct page *page, struct mem_cgroup *memcg, unsigned long *vm_flags) { @@ -821,7 +821,7 @@ static int page_referenced_anon(struct page *page, * * This function is only called from page_referenced for object-based pages. */ -static int page_referenced_file(struct page *page, +static inline int page_referenced_file(struct page *page, struct mem_cgroup *memcg, unsigned long *vm_flags) { -- 1.7.5.4 -- 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