]> git.baikalelectronics.ru Git - kernel.git/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)
commit3b931f78416354f33182f4ed4cd0d9ef3158a814
treecc49bea7d006850dc8433eb649c4c078006f806f
parent235cc9879ff9c6a7fd8525c30327db9e86fe2066
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