[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201103181444.27725.xianai@nju.edu.cn>
Date: Fri, 18 Mar 2011 14:44:27 +0800
From: "xianai@....edu.cn" <xianai@....edu.cn>
To: Dave Hansen <dave@...ux.vnet.ibm.com>
Cc: Izik Eidus <ieidus@...hat.com>,
Hugh Dickins <hugh.dickins@...cali.co.uk>,
Andrea Arcangeli <aarcange@...hat.com>,
Chris Wright <chrisw@...s-sol.org>,
Rik van Riel <riel@...hat.com>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org, kernel-janitors@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] ksm: add vm_stat and meminfo entry to reflect pte mapping to ksm pages
>On Tuesday 01 March 2011, at 10:21:48, <Dave Hansen <dave@...ux.vnet.ibm.com>> wrote
> On Sat, 2011-02-26 at 22:56 +0800, Nai Xia wrote
> > @@ -904,6 +905,10 @@ static int try_to_merge_one_page(struct vm_area_struct
> > *vma,
> > */
> > set_page_stable_node(page, NULL);
> > mark_page_accessed(page);
> > + if (mapcount)
> > + add_zone_page_state(page_zone(page),
> > + NR_KSM_PAGES_SHARING,
> > + mapcount);
> > err = 0;
> > } else if (pages_identical(page, kpage))
> > err = replace_page(vma, page, kpage, orig_pte);
>
> If you're going to store this per-zone, does it make sense to have it
> show up in /proc/zoneinfo? meminfo's also getting pretty porky these
> days, so I almost wonder if it should stay in zoneinfo only.
Yes, thanks for pointing out, I will fix it soon. And sorry for the late
response,there was a bug in my mail client which prevents this mail from being
filtered out.
Nai
>
> -- Dave
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists