[PATCH 03/16] zcache: Provide accessory functions for counter decrease.

2013-02-13 Thread Konrad Rzeszutek Wilk
This way we can have all wrapped with these functions and can disable/enable this with CONFIG_DEBUG_FS. [v2: Rebase on top of staging/zcache: Fix/improve zcache writeback code, tie to a config option] Signed-off-by: Konrad Rzeszutek Wilk --- drivers/staging/zcache/zcache-main.c | 96 +++

[PATCH 03/16] zcache: Provide accessory functions for counter decrease.

2013-02-01 Thread Konrad Rzeszutek Wilk
This way we can have all wrapped with these functions and can disable/enable this with CONFIG_DEBUG_FS. Signed-off-by: Konrad Rzeszutek Wilk --- drivers/staging/zcache/zcache-main.c | 88 +--- 1 file changed, 51 insertions(+), 37 deletions(-) diff --git a/drivers