linux/drivers/staging/zcache
Wanpeng Li eee53d9218 staging: zcache: fix zcache writeback in debugfs
commit 9c0ad59ef ("zcache/debug: Use an array to initialize/use debugfs attributes")
use an array to initialize/use debugfs attributes, .name = #x, .val = &zcache_##x.
For zcache writeback, this commit set .name = zcache_outstanding_writeback_pages and
.name = zcache_writtenback_pages seperately, however, corresponding .val =
&zcache_zcache_outstanding_writeback_pages and .val = &zcache_zcache_writtenback_pages,
which are not correct.

Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-02 12:55:37 -07:00
..
ramster drivers: staging: zcache: fix compile error 2013-04-02 12:43:41 -07:00
debug.c staging: zcache: fix zcache writeback in debugfs 2013-04-02 12:55:37 -07:00
debug.h staging: zcache/debug: compiler failure on PPC64 and revert commit. 2013-03-08 07:17:30 +08:00
Kconfig Merge 3.9-rc5 into staging-next 2013-04-01 11:46:45 -07:00
Makefile zcache: Move debugfs code out of zcache-main.c file. 2013-03-05 16:43:09 +08:00
ramster.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
tmem.c staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
tmem.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
TODO zcache/TODO: Update on two items. 2013-03-18 17:24:35 -07:00
zbud.c drivers: staging: zcache: fix compile error 2013-04-02 12:43:41 -07:00
zbud.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00
zcache-main.c staging: zcache: handle zcache_[eph|pers]_zpages for zero-filled page 2013-04-02 12:49:51 -07:00
zcache.h staging: zcache: rename ramster to zcache 2013-01-18 13:43:44 -08:00