Inline the page_referenced_anon and page_referenced_file functions. These functions are called only from page_referenced. Signed-off-by: Kautuk Consul <consul.kautuk@xxxxxxxxx> --- 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@xxxxxxxxx. 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: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>