From: Wanpeng Li Date: Tue, 2 Apr 2013 02:46:17 +0000 (+0800) Subject: staging: zcache: fix zcache writeback in debugfs X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee53d9218f3ae48244c12d29871862b49a8855d;p=pandora-kernel.git staging: zcache: fix zcache writeback in debugfs commit 9c0ad59ef ("zcache/debug: Use an array to initialize/use debugfs attributes") use an array to initialize/use debugfs attributes, .name = #x, .val = &zcache_##x. For zcache writeback, this commit set .name = zcache_outstanding_writeback_pages and .name = zcache_writtenback_pages seperately, however, corresponding .val = &zcache_zcache_outstanding_writeback_pages and .val = &zcache_zcache_writtenback_pages, which are not correct. Signed-off-by: Wanpeng Li Reviewed-by: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed