Re: [PATCH PART2 v2 2/7] staging: ramster: Move debugfs code out of ramster.c file

2013-04-12 Thread Greg Kroah-Hartman
On Sat, Apr 13, 2013 at 08:29:39AM +0800, Wanpeng Li wrote: > On Fri, Apr 12, 2013 at 03:17:44PM -0700, Greg Kroah-Hartman wrote: > >On Fri, Apr 12, 2013 at 03:16:03PM -0700, Greg Kroah-Hartman wrote: > >> On Fri, Apr 12, 2013 at 09:31:22AM +0800, Wanpeng Li wrote: > >> > Note that at this point th

Re: [PATCH PART2 v2 2/7] staging: ramster: Move debugfs code out of ramster.c file

2013-04-12 Thread Greg Kroah-Hartman
On Fri, Apr 12, 2013 at 03:16:03PM -0700, Greg Kroah-Hartman wrote: > On Fri, Apr 12, 2013 at 09:31:22AM +0800, Wanpeng Li wrote: > > Note that at this point there is no CONFIG_RAMSTER_DEBUG > > option in the Kconfig. So in effect all of the counters > > are nop until that option gets re-introduced

Re: [PATCH PART2 v2 2/7] staging: ramster: Move debugfs code out of ramster.c file

2013-04-12 Thread Greg Kroah-Hartman
On Fri, Apr 12, 2013 at 09:31:22AM +0800, Wanpeng Li wrote: > Note that at this point there is no CONFIG_RAMSTER_DEBUG > option in the Kconfig. So in effect all of the counters > are nop until that option gets re-introduced in: > zcache/ramster/debug: Add RAMSTE_DEBUG Kconfig entry RAMSTE_DEBUG?

[PATCH PART2 v2 2/7] staging: ramster: Move debugfs code out of ramster.c file

2013-04-11 Thread Wanpeng Li
Note that at this point there is no CONFIG_RAMSTER_DEBUG option in the Kconfig. So in effect all of the counters are nop until that option gets re-introduced in: zcache/ramster/debug: Add RAMSTE_DEBUG Kconfig entry Acked-by: Dan Magenheimer Signed-off-by: Wanpeng Li --- drivers/staging/zcache/M