]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ramster: Move debugfs code out of ramster.c file
authorWanpeng Li <liwanp@linux.vnet.ibm.com>
Sat, 13 Apr 2013 13:01:27 +0000 (21:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Apr 2013 13:23:33 +0000 (06:23 -0700)
commit48465c5a193bdbd9b6eaa973a7ed37664b16e426
tree1cad0a7126d3a36351ea78db37c09735f9541734
parent953c05ea6b5f36da3040ea35503df622eed84e10
staging: ramster: Move debugfs code out of ramster.c file

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 introduced in patch:
ramster/debug: Add CONFIG_RAMSTER_DEBUG Kconfig entry

Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zcache/Makefile
drivers/staging/zcache/ramster/debug.c [new file with mode: 0644]
drivers/staging/zcache/ramster/debug.h [new file with mode: 0644]
drivers/staging/zcache/ramster/ramster.c