]> Pileus Git - ~andy/linux/commit
zcache: Move debugfs code out of zcache-main.c file.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 4 Mar 2013 18:18:16 +0000 (13:18 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Mar 2013 08:43:09 +0000 (16:43 +0800)
commit95bdaee2140ef60d31fff1de71f43448ae56cdbe
treecc49bea7d006850dc8433eb649c4c078006f806f
parenta96138be77d1c7e44ff2d0b0366f3b0b240d3e39
zcache: Move debugfs code out of zcache-main.c file.

Note that at this point there is no CONFIG_ZCACHE_DEBUG
option in the Kconfig. So in effect all of the counters
are nop until that option gets re-introduced in:
zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG

Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com>
[v1: Fixed conflicts due to rebase]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zcache/Makefile
drivers/staging/zcache/debug.c [new file with mode: 0644]
drivers/staging/zcache/debug.h [new file with mode: 0644]
drivers/staging/zcache/zcache-main.c