]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitdf735543008f02494303543870c869123588d527
tree1cad0a7126d3a36351ea78db37c09735f9541734
parentc067ad112427440ee0dc79cfc98435abce3bc178
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