[PATCH 07/11] zcache: Use an array to initialize/use debugfs attributes.

2012-11-14 Thread Konrad Rzeszutek Wilk
It makes it neater and also allows us to piggyback on that in the zcache_dump function. Reviewed-by: Dan Magenheimer Signed-off-by: Konrad Rzeszutek Wilk --- drivers/staging/ramster/debug.c | 141 +-- 1 files changed, 47 insertions(+), 94 deletions(-) diff

[PATCH 07/11] zcache: Use an array to initialize/use debugfs attributes.

2012-11-14 Thread Konrad Rzeszutek Wilk
It makes it neater and also allows us to piggyback on that in the zcache_dump function. Reviewed-by: Dan Magenheimer dan.magenhei...@oracle.com Signed-off-by: Konrad Rzeszutek Wilk konrad.w...@oracle.com --- drivers/staging/ramster/debug.c | 141 +-- 1 files