[PATCH 04/16] zcache: The last of the atomic reads has now an accessory function.

2013-02-13 Thread Konrad Rzeszutek Wilk
And now we can move the code ([inc|dec]_zcache_[*]) to their own file with a header to make them nops or feed in debugfs. Signed-off-by: Konrad Rzeszutek Wilk --- drivers/staging/zcache/zcache-main.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/stagin

[PATCH 04/16] zcache: The last of the atomic reads has now an accessory function.

2013-02-01 Thread Konrad Rzeszutek Wilk
And now we can move the code to its own file. Signed-off-by: Konrad Rzeszutek Wilk --- drivers/staging/zcache/zcache-main.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/staging/zcache/zcache-main.c b/drivers/staging/zcache/zcache-main.c index a55a95b