> --- a/drivers/staging/zcache/zcache-main.c > +++ b/drivers/staging/zcache/zcache-main.c > @@ -176,6 +176,8 @@ ssize_t zcache_pers_ate_eph; > ssize_t zcache_pers_ate_eph_failed; > ssize_t zcache_evicted_eph_zpages; > ssize_t zcache_evicted_eph_pageframes; > +ssize_t zcache_zero_filled_pages; > +ssize_t zcache_zero_filled_pages_max; Is it possible to shove these in the debug.c file? And in debug.h just have an extern? -- 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/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>