Re: [PATCH v2 3/4] introduce zero-filled page stat count

2013-03-19 Thread Ric Mason
On 03/20/2013 12:41 AM, Konrad Rzeszutek Wilk wrote: On Sun, Mar 17, 2013 at 8:58 AM, Ric Mason wrote: Hi Konrad, On 03/16/2013 09:06 PM, Konrad Rzeszutek Wilk wrote: On Thu, Mar 14, 2013 at 06:08:16PM +0800, Wanpeng Li wrote: Introduce zero-filled page statistics to monitor the number of ze

Re: [PATCH v2 3/4] introduce zero-filled page stat count

2013-03-19 Thread Konrad Rzeszutek Wilk
On Sun, Mar 17, 2013 at 8:58 AM, Ric Mason wrote: > Hi Konrad, > > On 03/16/2013 09:06 PM, Konrad Rzeszutek Wilk wrote: >> >> On Thu, Mar 14, 2013 at 06:08:16PM +0800, Wanpeng Li wrote: >>> >>> Introduce zero-filled page statistics to monitor the number of >>> zero-filled pages. >> >> Hm, you must

Re: [PATCH v2 3/4] introduce zero-filled page stat count

2013-03-17 Thread Ric Mason
Hi Konrad, On 03/16/2013 09:06 PM, Konrad Rzeszutek Wilk wrote: On Thu, Mar 14, 2013 at 06:08:16PM +0800, Wanpeng Li wrote: Introduce zero-filled page statistics to monitor the number of zero-filled pages. Hm, you must be using an older version of the driver. Please rebase it against Greg KH's

Re: [PATCH v2 3/4] introduce zero-filled page stat count

2013-03-16 Thread Konrad Rzeszutek Wilk
On Thu, Mar 14, 2013 at 06:08:16PM +0800, Wanpeng Li wrote: > Introduce zero-filled page statistics to monitor the number of > zero-filled pages. Hm, you must be using an older version of the driver. Please rebase it against Greg KH's staging tree. This is where most if not all of the DebugFS coun

[PATCH v2 3/4] introduce zero-filled page stat count

2013-03-14 Thread Wanpeng Li
Introduce zero-filled page statistics to monitor the number of zero-filled pages. Acked-by: Dan Magenheimer Signed-off-by: Wanpeng Li --- drivers/staging/zcache/zcache-main.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/staging/zcache/zcache-main.c b/d