]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: zcache: fix pers_pageframes|_max aren't exported in debugfs
authorWanpeng Li <liwanp@linux.vnet.ibm.com>
Tue, 2 Apr 2013 02:46:16 +0000 (10:46 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Apr 2013 19:55:37 +0000 (12:55 -0700)
commit380cb19e40e23b407e4da811466c5c509c2abe93
treead175f1b8fa36707d4156444e8278211bd2062bf
parentb0749e77ae972713c1734cea069f32597ecedbd5
staging: zcache: fix pers_pageframes|_max aren't exported in debugfs

Before commit 9c0ad59ef ("zcache/debug: Use an array to initialize/use
debugfs attributes"), pers_pageframes|_max are exported in debugfs, but
this commit forgot use array export pers_pageframes|_max. This patch add
pers_pageframes|_max back.

Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/zcache/debug.c