[PATCH] Various fixes for zcache for v3.10

From: Konrad Rzeszutek Wilk
Date: Mon Mar 04 2013 - 13:21:03 EST


Now that v3.9-rc1 is out and you are enjoying your time in Hong Kong
and are probabally fighting with the jet-lag, here are eleven
patches that per your recommendation were deferred to v3.10.

Nothing has changed with them and they just make the code easier
to understand. The bulk of the code is moving the debug counters
to its own file.

This is of course also available on a git tree

git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm.git stable/for-greg-3.10

in case it strikes your fancy to do a git pull.

drivers/staging/zcache/Kconfig | 8 +
drivers/staging/zcache/Makefile | 1 +
drivers/staging/zcache/debug.c | 71 +++++++
drivers/staging/zcache/debug.h | 229 ++++++++++++++++++++
drivers/staging/zcache/zbud.c | 58 +++--
drivers/staging/zcache/zcache-main.c | 402 +++++++++--------------------------
6 files changed, 443 insertions(+), 326 deletions(-)

Konrad Rzeszutek Wilk (11):
zcache: s/int/bool/ on the various options.
zcache: Provide accessory functions for counter increase
zcache: Provide accessory functions for counter decrease.
zcache: The last of the atomic reads has now an accessory function.
zcache: Make the debug code use pr_debug
zcache: Move debugfs code out of zcache-main.c file.
zcache/debug: Use an array to initialize/use debugfs attributes.
zcache: Move the last of the debugfs counters out
zcache: Module license is defined twice.
zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG
zcache/zbud: Add incremental accessory counters

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/